/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | validation_during_reduction_test.cpp | 69 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local 70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds() 77 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local 78 assert(first_instruction->opcode() == SpvOpVariable && in Apply() 80 IRContext* context = first_instruction->context(); in Apply() 81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply() 83 cloned_instruction->InsertBefore(first_instruction); in Apply() 107 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local 108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
D | validation_during_reduction_test.cpp | 69 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local 70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds() 77 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local 78 assert(first_instruction->opcode() == SpvOpVariable && in Apply() 80 IRContext* context = first_instruction->context(); in Apply() 81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply() 83 cloned_instruction->InsertBefore(first_instruction); in Apply() 107 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local 108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
|
/third_party/spirv-tools/test/reduce/ |
D | validation_during_reduction_test.cpp | 69 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local 70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds() 77 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local 78 assert(first_instruction->opcode() == SpvOpVariable && in Apply() 80 IRContext* context = first_instruction->context(); in Apply() 81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply() 83 cloned_instruction->InsertBefore(first_instruction); in Apply() 107 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local 108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_swap_function_variables_test.cpp | 189 auto first_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() local 203 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(24)); in TEST() 207 auto first_instruction = context->get_def_use_mgr()->GetDef(38); in TEST() local 221 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(38)); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_swap_function_variables_test.cpp | 189 auto first_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() local 203 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(24)); in TEST() 207 auto first_instruction = context->get_def_use_mgr()->GetDef(38); in TEST() local 221 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(38)); in TEST()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.c | 112 boolean first_instruction = TRUE; in tgsi_transform_shader() local 170 if (first_instruction && ctx->prolog) { in tgsi_transform_shader() 234 first_instruction = FALSE; in tgsi_transform_shader()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 71 boolean first_instruction; member 229 if (!vsctx->first_instruction) { in transform_inst() 230 vsctx->first_instruction = TRUE; in transform_inst()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_pack.c | 160 return r.first_instruction ? BIFROST_IDLE_1 : BIFROST_IDLE; in bi_pack_register_mode() 185 if (regs.first_instruction) { in bi_pack_registers() 248 } else if (!regs.first_instruction) { in bi_pack_registers() 313 tuple->regs.first_instruction = first_tuple; in bi_pack_tuple()
|
D | compiler.h | 506 bool first_instruction; member
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | lib.h | 193 static inline struct instruction *first_instruction(struct instruction_list *head) in first_instruction() function
|
D | linearize.c | 1997 struct instruction *phi_node = first_instruction(bb->insns); in add_return() 2026 phi_node = first_instruction(bb->insns); in linearize_fn_statement()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc.h | 55 bool first_instruction; member
|
D | i915_fpc_translate.c | 811 if (p->first_instruction) { in i915_translate_token() 833 p->first_instruction = false; in i915_translate_token() 884 p->first_instruction = true; in i915_init_compile()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 504 - pan/bi: Route through first_instruction field
|