Home
last modified time | relevance | path

Searched defs:lhs_id (Results 1 – 21 of 21) sorted by relevance

/third_party/spirv-tools/test/opt/
Dpropagator_test.cpp111 uint32_t lhs_id = instr->GetSingleWordOperand(0); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpropagator_test.cpp111 uint32_t lhs_id = instr->GetSingleWordOperand(0); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp111 uint32_t lhs_id = instr->GetSingleWordOperand(0); in TEST_F() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp120 const protobufs::IdUseDescriptor& id_use_descriptor, uint32_t lhs_id, in TransformationReplaceBooleanConstantWithConstantBinary()
Dfuzzer_pass_obfuscate_constants.cpp68 uint32_t lhs_id; in ObfuscateBoolConstantViaConstantPair() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp120 const protobufs::IdUseDescriptor& id_use_descriptor, uint32_t lhs_id, in TransformationReplaceBooleanConstantWithConstantBinary()
Dfuzzer_pass_obfuscate_constants.cpp69 uint32_t lhs_id; in ObfuscateBoolConstantViaConstantPair() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp120 const protobufs::IdUseDescriptor& id_use_descriptor, uint32_t lhs_id, in TransformationReplaceBooleanConstantWithConstantBinary()
Dfuzzer_pass_obfuscate_constants.cpp69 uint32_t lhs_id; in ObfuscateBoolConstantViaConstantPair() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
Dfact_manager.cpp258 void FactManager::AddFactIdEquation(uint32_t lhs_id, SpvOp opcode, in AddFactIdEquation()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Dfact_manager.cpp258 void FactManager::AddFactIdEquation(uint32_t lhs_id, SpvOp opcode, in AddFactIdEquation()
/third_party/spirv-tools/source/fuzz/fact_manager/
Dfact_manager.cpp258 void FactManager::AddFactIdEquation(uint32_t lhs_id, SpvOp opcode, in AddFactIdEquation()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp606 uint32_t lhs_id = 30; in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp606 uint32_t lhs_id = 30; in TEST() local
/third_party/spirv-tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp606 uint32_t lhs_id = 30; in TEST() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc405 auto lhs_id = GenerateExpression(assign->lhs); in GenerateAssignStatement() local
1798 auto lhs_id = GenerateExpression(expr->lhs); in GenerateShortCircuitBinaryExpression() local
1898 uint32_t Builder::GenerateMatrixAddOrSub(uint32_t lhs_id, in GenerateMatrixAddOrSub()
1965 auto lhs_id = GenerateExpression(expr->lhs); in GenerateBinaryExpression() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto244 uint32 lhs_id = 1; field
1965 uint32 lhs_id = 2; field
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto244 uint32 lhs_id = 1; field
1965 uint32 lhs_id = 2; field
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto244 uint32 lhs_id = 1; field
1942 uint32 lhs_id = 2; field
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp9047 void CompilerGLSL::store_flattened_struct(uint32_t lhs_id, uint32_t value) in store_flattened_struct()
15642 void CompilerGLSL::emit_copy_logical_type(uint32_t lhs_id, uint32_t lhs_type_id, uint32_t rhs_id, u… in emit_copy_logical_type()
Dspirv_msl.cpp8501 void CompilerMSL::emit_array_copy(const string &lhs, uint32_t lhs_id, uint32_t rhs_id, in emit_array_copy()