Home
last modified time | relevance | path

Searched defs:from_block (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_continue_test.cpp387 for (uint32_t from_block : bad) { in TEST() local
391 for (uint32_t from_block : good) { in TEST() local
626 for (uint32_t from_block : bad) { in TEST() local
630 for (uint32_t from_block : good) { in TEST() local
837 for (uint32_t from_block : bad) { in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dtransformation_add_dead_continue_test.cpp387 for (uint32_t from_block : bad) { in TEST() local
391 for (uint32_t from_block : good) { in TEST() local
626 for (uint32_t from_block : bad) { in TEST() local
630 for (uint32_t from_block : good) { in TEST() local
837 for (uint32_t from_block : bad) { in TEST() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_dead_continue_test.cpp387 for (uint32_t from_block : bad) { in TEST() local
391 for (uint32_t from_block : good) { in TEST() local
626 for (uint32_t from_block : bad) { in TEST() local
630 for (uint32_t from_block : good) { in TEST() local
837 for (uint32_t from_block : bad) { in TEST() local
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_iovec_tst.cpp146 sg_read(int sg_fd, uint8_t * buff, int num_blocks, int from_block, int bs, in sg_read()
250 sg_read_v4(int sg_fd, uint8_t * buff, int num_blocks, int from_block, int bs, in sg_read_v4()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_dead_continue.cpp27 uint32_t from_block, bool continue_condition_value, in TransformationAddDeadContinue()
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak()
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/
Dctr.rs59 pub fn from_block(block: AesBlock) -> Self { in from_block() method
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_add_dead_continue.cpp27 uint32_t from_block, bool continue_condition_value, in TransformationAddDeadContinue()
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_dead_continue.cpp27 uint32_t from_block, bool continue_condition_value, in TransformationAddDeadContinue()
Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dspill_values.rs34 pub fn from_block(block: &BasicBlock) -> PhiDstMap { in from_block() method
67 pub fn from_block(block: &BasicBlock) -> PhiSrcMap { in from_block() method
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_dd.c711 sg_read_low(int sg_fd, uint8_t * buff, int blocks, int64_t from_block, in sg_read_low()
854 sg_read(int sg_fd, uint8_t * buff, int blocks, int64_t from_block, in sg_read()
H A Dsg_read.c296 sg_bread(int sg_fd, uint8_t * buff, int blocks, int64_t from_block, int bs, in sg_bread()
H A Dsgm_dd.c470 sg_read(int sg_fd, uint8_t * buff, int blocks, int64_t from_block, in sg_read()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto743 uint32 from_block = 1; field
765 uint32 from_block = 1; field
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto743 uint32 from_block = 1; field
765 uint32 from_block = 1; field
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto743 uint32 from_block = 1; field
765 uint32 from_block = 1; field
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs4649 let from_block = quote! { in codegen() localVariable
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_shader.c2231 static void get_so_name(const struct dump_ctx *ctx, bool from_block, const struct vrend_shader_io *… in get_so_name()