| /third_party/mesa3d/src/mesa/program/ |
| H A D | program_parse_extra.c | 37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state, const char *suffix, struct prog_instruction *inst) _mesa_parse_instruction_suffix() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.c | 36 check_uniforms(const struct etna_inst *inst) in check_uniforms() argument 62 etna_assemble(uint32_t *out, const struct etna_inst *inst) in etna_assemble() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_dead_sources.c | 69 struct rc_instruction * inst; in rc_pair_remove_dead_sources() local 45 mark_used( struct rc_instruction * inst, struct rc_pair_sub_instruction * sub) mark_used() argument [all...] |
| H A D | radeon_rename_regs.c | 52 struct rc_instruction * inst; in rc_rename_regs() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | instruction.cpp | 22 Instruction::Instruction(const spv_parsed_instruction_t* inst) in Instruction() argument 29 RegisterUse(const Instruction* inst, uint32_t index) RegisterUse() argument [all...] |
| H A D | validate_adjacency.cpp | 47 const auto& inst = instructions[i]; in ValidateAdjacency() local
|
| H A D | validate_barriers.cpp | 34 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument [all...] |
| H A D | validate_primitives.cpp | 30 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_small_type_uses_test.cpp | 218 const std::string inst = GetParam(); in TEST_P() local 282 const std::string inst = GetParam(); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | instruction.h | 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | instruction.h | 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | instruction.cpp | 22 Instruction::Instruction(const spv_parsed_instruction_t* inst) in Instruction() argument 29 RegisterUse(const Instruction* inst, uint32_t index) RegisterUse() argument [all...] |
| H A D | validate_adjacency.cpp | 47 const auto& inst = instructions[i]; in ValidateAdjacency() local
|
| H A D | validate_barriers.cpp | 34 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument [all...] |
| H A D | validate_primitives.cpp | 30 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_small_type_uses_test.cpp | 218 const std::string inst = GetParam(); in TEST_P() local 282 const std::string inst = GetParam(); TEST_P() local [all...] |
| /third_party/spirv-tools/source/ |
| H A D | instruction.h | 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_adjacency.cpp | 44 const auto& inst = instructions[i]; in ValidateAdjacency() local
|
| H A D | validate_barriers.cpp | 31 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument [all...] |
| H A D | validate_primitives.cpp | 28 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_small_type_uses_test.cpp | 218 const std::string inst = GetParam(); in TEST_P() local 282 const std::string inst = GetParam(); TEST_P() local [all...] |
| /third_party/vulkan-loader/tests/live_verification/ |
| H A D | macos_static_loader_build.cpp | 45 VkInstance inst; in run_vk_code() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir_opt_copy_propagate.c | 38 is_copy_mov(struct qinst *inst) in is_copy_mov() argument 101 vir_has_unpack(struct qinst *inst, int chan) vir_has_unpack() argument 119 try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs) try_copy_prop() argument 210 apply_kills(struct v3d_compile *c, struct qinst **movs, struct qinst *inst) apply_kills() argument [all...] |
| H A D | vir_opt_constant_alu.c | 63 opt_constant_add(struct v3d_compile *c, struct qinst *inst, union fi *values) in opt_constant_add() argument 103 try_opt_constant_alu(struct v3d_compile *c, struct qinst *inst) in try_opt_constant_alu() argument [all...] |
| H A D | vir_opt_redundant_flags.c | 36 vir_dce_pf(struct v3d_compile *c, struct qinst *inst) in vir_dce_pf() argument [all...] |