Home
last modified time | relevance | path

Searched defs:opcode (Results 76 - 100 of 1917) sorted by relevance

12345678910>>...77

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_layout.cpp37 ModuleScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) ModuleScopedInstructions() argument
156 FunctionScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) FunctionScopedInstructions() argument
359 const SpvOp opcode = inst->opcode(); ModuleLayoutPass() local
[all...]
H A Dvalidate_memory_semantics.cpp30 const SpvOp opcode = inst->opcode(); in ValidateMemorySemantics() local
[all...]
H A Dvalidate_non_uniform.cpp70 const SpvOp opcode = inst->opcode(); in NonUniformPass() local
H A Dvalidate_scopes.cpp45 SpvOp opcode = inst->opcode(); in ValidateScope() local
81 SpvOp opcode = inst->opcode(); in ValidateExecutionScope() local
189 const SpvOp opcode = inst->opcode(); ValidateMemoryScope() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.opencl_test.cpp34 uint32_t opcode; member
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_type_unique_test.cpp93 std::string GetErrorString(SpvOp opcode) { in GetErrorString() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.h82 SpvOp opcode; member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp91 auto opcode = opcodes[GetFuzzerContext()->RandomIndex(opcodes)]; in Apply() local
H A Dfuzzer_pass_split_blocks.cpp81 const SpvOp opcode = inst.opcode(); in Apply() local
H A Dinstruction_message.cpp22 MakeInstructionMessage( SpvOp opcode, uint32_t result_type_id, uint32_t result_id, const opt::Instruction::OperandList& input_operands) MakeInstructionMessage() argument
H A Dtransformation_add_no_contraction_decoration.cpp57 bool TransformationAddNoContractionDecoration::IsArithmetic(uint32_t opcode) { in IsArithmetic() argument
H A Dtransformation_add_relaxed_decoration.cpp67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() argument
H A Dtransformation_toggle_access_chain_instruction.cpp42 SpvOp opcode = static_cast<SpvOp>( in IsApplicable() local
60 SpvOp opcode = instruction->opcode(); in Apply() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dreflect.h27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() argument
31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() argument
34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() argument
37 inline bool IsOpLineInst(SpvOp opcode) { in IsOpLineInst() argument
40 IsAnnotationInst(SpvOp opcode) IsAnnotationInst() argument
45 IsTypeInst(SpvOp opcode) IsTypeInst() argument
53 IsConstantInst(SpvOp opcode) IsConstantInst() argument
57 IsCompileTimeConstantInst(SpvOp opcode) IsCompileTimeConstantInst() argument
60 IsSpecConstantInst(SpvOp opcode) IsSpecConstantInst() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.h82 SpvOp opcode; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp91 auto opcode = opcodes[GetFuzzerContext()->RandomIndex(opcodes)]; in Apply() local
H A Dfuzzer_pass_split_blocks.cpp81 const SpvOp opcode = inst.opcode(); in Apply() local
H A Dinstruction_message.cpp22 MakeInstructionMessage( SpvOp opcode, uint32_t result_type_id, uint32_t result_id, const opt::Instruction::OperandList& input_operands) MakeInstructionMessage() argument
H A Dtransformation_add_no_contraction_decoration.cpp57 bool TransformationAddNoContractionDecoration::IsArithmetic(uint32_t opcode) { in IsArithmetic() argument
H A Dtransformation_add_relaxed_decoration.cpp67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() argument
H A Dtransformation_toggle_access_chain_instruction.cpp42 SpvOp opcode = static_cast<SpvOp>( in IsApplicable() local
60 SpvOp opcode = instruction->opcode(); in Apply() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dreflect.h27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() argument
31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() argument
34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() argument
37 inline bool IsOpLineInst(SpvOp opcode) { in IsOpLineInst() argument
40 IsAnnotationInst(SpvOp opcode) IsAnnotationInst() argument
45 IsTypeInst(SpvOp opcode) IsTypeInst() argument
53 IsConstantInst(SpvOp opcode) IsConstantInst() argument
57 IsCompileTimeConstantInst(SpvOp opcode) IsCompileTimeConstantInst() argument
60 IsSpecConstantInst(SpvOp opcode) IsSpecConstantInst() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_bitwise.cpp29 const SpvOp opcode = inst->opcode(); in BitwisePass() local
[all...]
H A Dvalidate_layout.cpp37 ModuleScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) ModuleScopedInstructions() argument
156 FunctionScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) FunctionScopedInstructions() argument
359 const SpvOp opcode = inst->opcode(); ModuleLayoutPass() local
[all...]
H A Dvalidate_memory_semantics.cpp30 const SpvOp opcode = inst->opcode(); in ValidateMemorySemantics() local
[all...]

Completed in 8 milliseconds

12345678910>>...77