Home
last modified time | relevance | path

Searched defs:opcode (Results 551 - 575 of 1936) sorted by relevance

1...<<21222324252627282930>>...78

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c177 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 Dtgsi_scan.c59 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 Dlp_bld_tgsi.c208 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 Detnaviv_asm.h93 uint8_t opcode; /* INST_OPCODE_* */ member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.cpp395 ESDOp opcode = DS_OP_INVALID; variable
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c94 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 Dr500_fragprog.c184 static int r500_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in r500_swizzle_is_native() argument
[all...]
H A Dradeon_compiler.c124 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 Dradeon_dataflow_deadcode.c146 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 Dradeon_emulate_branches.c271 const struct rc_opcode_info * opcode; in fix_output_writes() local
H A Dradeon_program_print.c259 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 Dvalidate.cpp74 const SpvOp opcode = static_cast<SpvOp>(inst->opcode); in ProcessExtensions() local
[all...]
H A Dvalidate_arithmetics.cpp31 const SpvOp opcode = inst->opcode(); in ArithmeticsPass() local
[all...]
H A Dvalidate_constants.cpp300 uint16_t opcode; IsTypeNullable() local
[all...]
H A Dvalidate_instruction.cpp62 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 Dext_inst.debuginfo_test.cpp39 uint32_t opcode; member
H A Dunit_spirv.h107 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 Ddisassemble.cpp166 auto opcode = static_cast<SpvOp>(inst.opcode); in HandleInstruction() local
H A Doperand.cpp510 spvOperandCanBeForwardDeclaredFunction( SpvOp opcode) spvOperandCanBeForwardDeclaredFunction() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dfact_manager.cpp258 void FactManager::AddFactIdEquation(uint32_t lhs_id, SpvOp opcode, in AddFactIdEquation() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.cpp60 const auto opcode = iter->opcode(); in GetMergeInst() local
75 const auto opcode = iter->opcode(); in GetMergeInst() local
[all...]
H A Dcombine_access_chains.cpp277 IsPtrAccessChain(SpvOp opcode) IsPtrAccessChain() argument
[all...]
H A Dfold.cpp45 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 Dfolding_rules.cpp44 const auto opcode = inst->opcode(); in ImageOperandsMaskInOperandIndex() local
[all...]
H A Dlocal_access_chain_convert_pass.cpp35 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...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...78