Home
last modified time | relevance | path

Searched refs:image_query (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/back/spv/
H A Dimage.rs454 let mut inst = Instruction::image_query( in write_coordinate_bounds()
465 block.body.push(Instruction::image_query( in write_coordinate_bounds()
518 block.body.push(Instruction::image_query( in write_restricted_coordinates()
534 block.body.push(Instruction::image_query( in write_restricted_coordinates()
609 selection.block().body.push(Instruction::image_query( in write_conditional_image_access()
632 selection.block().body.push(Instruction::image_query( in write_conditional_image_access()
1050 let mut inst = Instruction::image_query( in write_image_query()
1082 block.body.push(Instruction::image_query( in write_image_query()
1103 let mut inst = Instruction::image_query( in write_image_query()
1122 block.body.push(Instruction::image_query( in write_image_query()
H A Dinstructions.rs622 pub(super) fn image_query(op: Op, result_type_id: Word, id: Word, image: Word) -> Self { in image_query() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/back/spv/
H A Dwriter.rs2254 let mut inst = Instruction::image_query( in cache_expression_value()
2286 block.body.push(Instruction::image_query( in cache_expression_value()
2310 let mut inst = Instruction::image_query( in cache_expression_value()
2329 block.body.push(Instruction::image_query( in cache_expression_value()
H A Dinstructions.rs618 pub(super) fn image_query(op: Op, result_type_id: Word, id: Word, image: Word) -> Self { in image_query() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/back/spv/
H A Dwriter.rs2254 let mut inst = Instruction::image_query( in cache_expression_value()
2286 block.body.push(Instruction::image_query( in cache_expression_value()
2310 let mut inst = Instruction::image_query( in cache_expression_value()
2329 block.body.push(Instruction::image_query( in cache_expression_value()
H A Dinstructions.rs618 pub(super) fn image_query(op: Op, result_type_id: Word, id: Word, image: Word) -> Self { in image_query() method
/dports/textproc/py-os-api-ref/os-api-ref-1.5.0/doc/source/
H A Dusage.rst96 - image: image_query
/dports/graphics/gegl/gegl-0.4.34/operations/common/ctx/
H A Dctx.h39169 static Image *image_query (int id) in image_query() function
42404 { image = image_query (vt->gfx.id); } in vt_gfx()
42423 if (image_query (vt->gfx.id) ) in vt_gfx()