Searched refs:src_nodes (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/tint/src/ast/ |
D | module_clone_test.cc | 135 std::unordered_set<ast::Node*> src_nodes; in TEST() local 137 src_nodes.emplace(src_node); in TEST() 144 ASSERT_EQ(src_nodes.count(dst_node), 0u); in TEST()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | tint_ast_clone_fuzzer.cc | 76 std::unordered_set<tint::ast::Node*> src_nodes; in LLVMFuzzerTestOneInput() local 78 src_nodes.emplace(src_node); in LLVMFuzzerTestOneInput() 85 ASSERT_EQ(src_nodes.count(dst_node), 0u); in LLVMFuzzerTestOneInput()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_acceleration_structure.c | 1305 nir_ssa_def *src_nodes = nir_build_load_global( in build_internal_shader() local 1312 nir_build_store_global(&b, src_nodes, nir_iadd(&b, node_dst_addr, nir_imm_int64(&b, 0)), in build_internal_shader() 1329 determine_bounds(&b, node_addr, nir_channel(&b, src_nodes, i), bounds); in build_internal_shader()
|