/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexShader.cpp | 112 Shader::Opcode opcode = (Shader::Opcode)(token[i] & 0x0000FFFF); in validate() local
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 81 SpvOp opcode; member 197 spv_result_t AssemblyGrammar::lookupOpcode(SpvOp opcode, in lookupOpcode() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_apply_id_synonyms.cpp | 184 DataDescriptorsHaveCompatibleTypes( SpvOp opcode, uint32_t use_in_operand_index, const protobufs::DataDescriptor& dd1, const protobufs::DataDescriptor& dd2) DataDescriptorsHaveCompatibleTypes() argument
|
H A D | transformation_add_synonym.cpp | 211 auto opcode = SpvOpNop; in MakeSynonymousInstruction() local [all...] |
H A D | transformation_propagate_instruction_down.cpp | 237 bool TransformationPropagateInstructionDown::IsOpcodeSupported(SpvOp opcode) { in IsOpcodeSupported() argument
|
H A D | transformation_propagate_instruction_up.cpp | 213 bool TransformationPropagateInstructionUp::IsOpcodeSupported(SpvOp opcode) { in IsOpcodeSupported() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | module.cpp | 79 void Module::AddGlobalValue(SpvOp opcode, uint32_t result_id, in AddGlobalValue() argument [all...] |
H A D | replace_invalid_opc.cpp | 208 std::string ReplaceInvalidOpcodePass::BuildWarningMessage(SpvOp opcode) { in BuildWarningMessage() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | assembly_grammar.cpp | 81 SpvOp opcode; member 197 spv_result_t AssemblyGrammar::lookupOpcode(SpvOp opcode, in lookupOpcode() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_apply_id_synonyms.cpp | 184 DataDescriptorsHaveCompatibleTypes( SpvOp opcode, uint32_t use_in_operand_index, const protobufs::DataDescriptor& dd1, const protobufs::DataDescriptor& dd2) DataDescriptorsHaveCompatibleTypes() argument
|
H A D | transformation_add_synonym.cpp | 211 auto opcode = SpvOpNop; in MakeSynonymousInstruction() local [all...] |
H A D | transformation_propagate_instruction_down.cpp | 237 bool TransformationPropagateInstructionDown::IsOpcodeSupported(SpvOp opcode) { in IsOpcodeSupported() argument
|
H A D | transformation_propagate_instruction_up.cpp | 213 bool TransformationPropagateInstructionUp::IsOpcodeSupported(SpvOp opcode) { in IsOpcodeSupported() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | module.cpp | 79 void Module::AddGlobalValue(SpvOp opcode, uint32_t result_id, in AddGlobalValue() argument [all...] |
H A D | replace_invalid_opc.cpp | 208 std::string ReplaceInvalidOpcodePass::BuildWarningMessage(SpvOp opcode) { in BuildWarningMessage() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | instruction.h | 45 SpvOp opcode() const { return static_cast<SpvOp>(inst_.opcode); } in opcode() function in spvtools::val::Instruction
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | reducer_test.cpp | 224 InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, uint32_t opcode, uint32_t count, bool dump) InterestingWhileOpcodeExists() argument
|
/third_party/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 82 spv::Op opcode; member 202 spv_result_t AssemblyGrammar::lookupOpcode(spv::Op opcode, in lookupOpcode() argument [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_apply_id_synonyms.cpp | 184 DataDescriptorsHaveCompatibleTypes( spv::Op opcode, uint32_t use_in_operand_index, const protobufs::DataDescriptor& dd1, const protobufs::DataDescriptor& dd2) DataDescriptorsHaveCompatibleTypes() argument
|
H A D | transformation_add_synonym.cpp | 212 auto opcode = spv::Op::OpNop; in MakeSynonymousInstruction() local [all...] |
H A D | transformation_propagate_instruction_down.cpp | 237 bool TransformationPropagateInstructionDown::IsOpcodeSupported(spv::Op opcode) { in IsOpcodeSupported() argument
|
H A D | transformation_propagate_instruction_up.cpp | 213 bool TransformationPropagateInstructionUp::IsOpcodeSupported(spv::Op opcode) { in IsOpcodeSupported() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | module.cpp | 79 void Module::AddGlobalValue(spv::Op opcode, uint32_t result_id, in AddGlobalValue() argument [all...] |
H A D | replace_invalid_opc.cpp | 209 std::string ReplaceInvalidOpcodePass::BuildWarningMessage(spv::Op opcode) { in BuildWarningMessage() argument [all...] |
/third_party/spirv-tools/source/val/ |
H A D | instruction.h | 45 spv::Op opcode() const { return static_cast<spv::Op>(inst_.opcode); } in opcode() function in spvtools::val::Instruction
|