Searched refs:glsl405_ext_inst_id (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 63 uint32_t glsl405_ext_inst_id = in ReplaceTrinaryMinMax() local 65 if (glsl405_ext_inst_id == 0) { in ReplaceTrinaryMinMax() 67 glsl405_ext_inst_id = in ReplaceTrinaryMinMax() 80 inst->type_id(), glsl405_ext_inst_id, opcode, {op1, op2}); in ReplaceTrinaryMinMax() 83 new_operands.push_back({SPV_OPERAND_TYPE_ID, {glsl405_ext_inst_id}}); in ReplaceTrinaryMinMax() 100 uint32_t glsl405_ext_inst_id = in ReplaceTrinaryMid() local 102 if (glsl405_ext_inst_id == 0) { in ReplaceTrinaryMid() 104 glsl405_ext_inst_id = in ReplaceTrinaryMid() 117 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(min_opcode), in ReplaceTrinaryMid() 120 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(max_opcode), in ReplaceTrinaryMid() [all …]
|
/third_party/spirv-tools/source/opt/ |
D | amd_ext_to_khr.cpp | 63 uint32_t glsl405_ext_inst_id = in ReplaceTrinaryMinMax() local 65 if (glsl405_ext_inst_id == 0) { in ReplaceTrinaryMinMax() 67 glsl405_ext_inst_id = in ReplaceTrinaryMinMax() 80 inst->type_id(), glsl405_ext_inst_id, opcode, {op1, op2}); in ReplaceTrinaryMinMax() 83 new_operands.push_back({SPV_OPERAND_TYPE_ID, {glsl405_ext_inst_id}}); in ReplaceTrinaryMinMax() 100 uint32_t glsl405_ext_inst_id = in ReplaceTrinaryMid() local 102 if (glsl405_ext_inst_id == 0) { in ReplaceTrinaryMid() 104 glsl405_ext_inst_id = in ReplaceTrinaryMid() 117 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(min_opcode), in ReplaceTrinaryMid() 120 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(max_opcode), in ReplaceTrinaryMid() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | amd_ext_to_khr.cpp | 63 uint32_t glsl405_ext_inst_id = in ReplaceTrinaryMinMax() local 65 if (glsl405_ext_inst_id == 0) { in ReplaceTrinaryMinMax() 67 glsl405_ext_inst_id = in ReplaceTrinaryMinMax() 80 inst->type_id(), glsl405_ext_inst_id, opcode, {op1, op2}); in ReplaceTrinaryMinMax() 83 new_operands.push_back({SPV_OPERAND_TYPE_ID, {glsl405_ext_inst_id}}); in ReplaceTrinaryMinMax() 100 uint32_t glsl405_ext_inst_id = in ReplaceTrinaryMid() local 102 if (glsl405_ext_inst_id == 0) { in ReplaceTrinaryMid() 104 glsl405_ext_inst_id = in ReplaceTrinaryMid() 117 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(min_opcode), in ReplaceTrinaryMid() 120 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(max_opcode), in ReplaceTrinaryMid() [all …]
|