| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 177 i915_emit_texld(struct i915_fp_compile *p, uint32_t dest, uint32_t destmask, uint32_t sampler, uint32_t coord, uint32_t opcode, uint32_t coord_mask) i915_emit_texld() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 59 is_mem_query_inst(enum tgsi_opcode opcode) in is_mem_query_inst() argument 72 is_texture_inst(enum tgsi_opcode opcode) in is_texture_inst() argument 84 computes_derivative(enum tgsi_opcode opcode) computes_derivative() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 208 get_src_chan_idx(enum tgsi_opcode opcode, in get_src_chan_idx() argument 242 enum tgsi_opcode opcode = inst->Instruction.Opcode; in lp_build_tgsi_inst_llvm() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.h | 93 uint8_t opcode; /* INST_OPCODE_* */ member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_lds.cpp | 395 ESDOp opcode = DS_OP_INVALID; variable
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | r500_fragprog_emit.c | 94 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op() argument 116 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op() argument 643 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); r500BuildFragmentProgramHwCode() local [all...] |
| H A D | r500_fragprog.c | 184 static int r500_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in r500_swizzle_is_native() argument [all...] |
| H A D | radeon_compiler.c | 124 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_calculate_inputs_outputs() local 154 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_copy_output() local 286 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_transform_fragment_wpos() local 330 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_transform_fragment_face() local
|
| H A D | radeon_dataflow_deadcode.c | 146 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in update_instruction() local 215 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_dataflow_deadcode() local 308 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); rc_dataflow_deadcode() local [all...] |
| H A D | radeon_emulate_branches.c | 271 const struct rc_opcode_info * opcode; in fix_output_writes() local
|
| H A D | radeon_program_print.c | 259 static unsigned update_branch_depth(rc_opcode opcode, unsigned *branch_depth) in update_branch_depth() argument 282 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_print_normal_instruction() local 383 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->RGB.Opcode); in rc_print_pair_instruction() local 422 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Alpha.Opcode); rc_print_pair_instruction() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate.cpp | 74 const SpvOp opcode = static_cast<SpvOp>(inst->opcode); in ProcessExtensions() local [all...] |
| H A D | validate_arithmetics.cpp | 31 const SpvOp opcode = inst->opcode(); in ArithmeticsPass() local [all...] |
| H A D | validate_constants.cpp | 300 uint16_t opcode; IsTypeNullable() local [all...] |
| H A D | validate_instruction.cpp | 62 EnablingCapabilitiesForOp(const ValidationState_t& state, SpvOp opcode) EnablingCapabilitiesForOp() argument 221 const SpvOp opcode = inst->opcode(); ReservedCheck() local 244 const SpvOp opcode = inst->opcode(); CapabilityCheck() local 282 const auto opcode = inst->opcode(); VersionCheck() local 465 const SpvOp opcode = inst->opcode(); InstructionPass() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | ext_inst.debuginfo_test.cpp | 39 uint32_t opcode; member
|
| H A D | unit_spirv.h | 107 MakeInstruction( SpvOp opcode, const std::vector<uint32_t>& args) MakeInstruction() argument 118 MakeInstruction( SpvOp opcode, std::vector<uint32_t> args, const std::vector<uint32_t>& extra_args) MakeInstruction() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | disassemble.cpp | 166 auto opcode = static_cast<SpvOp>(inst.opcode); in HandleInstruction() local
|
| H A D | operand.cpp | 510 spvOperandCanBeForwardDeclaredFunction( SpvOp opcode) spvOperandCanBeForwardDeclaredFunction() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
| H A D | fact_manager.cpp | 258 void FactManager::AddFactIdEquation(uint32_t lhs_id, SpvOp opcode, in AddFactIdEquation() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | basic_block.cpp | 60 const auto opcode = iter->opcode(); in GetMergeInst() local 75 const auto opcode = iter->opcode(); in GetMergeInst() local [all...] |
| H A D | combine_access_chains.cpp | 277 IsPtrAccessChain(SpvOp opcode) IsPtrAccessChain() argument [all...] |
| H A D | fold.cpp | 45 uint32_t InstructionFolder::UnaryOperate(SpvOp opcode, uint32_t operand) const { in UnaryOperate() argument 70 uint32_t InstructionFolder::BinaryOperate(SpvOp opcode, uint32_t a, in BinaryOperate() argument 204 uint32_t InstructionFolder::TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b, in TernaryOperate() argument 216 OperateWords( SpvOp opcode, const std::vector<uint32_t>& operand_words) const OperateWords() argument 258 FoldScalars( SpvOp opcode, const std::vector<const analysis::Constant*>& operands) const FoldScalars() argument 285 SpvOp opcode = inst->opcode(); FoldBinaryIntegerOpToConstant() local 469 SpvOp opcode = inst->opcode(); FoldBinaryBooleanOpToConstant() local 528 FoldVectors( SpvOp opcode, uint32_t num_dims, const std::vector<const analysis::Constant*>& operands) const FoldVectors() argument [all...] |
| H A D | folding_rules.cpp | 44 const auto opcode = inst->opcode(); in ImageOperandsMaskInOperandIndex() local [all...] |
| H A D | local_access_chain_convert_pass.cpp | 35 BuildAndAppendInst( SpvOp opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument [all...] |