Home
last modified time | relevance | path

Searched refs:min_opcode (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
DglX_server_table.py87 def divide_group(self, min_opcode, total): argument
95 next_opcode = min_opcode + (1 << remaining_bits)
104 for i in range(min_opcode, next_opcode, op_count):
135 for i in range(min_opcode, next_opcode, op_count):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp97 template <GLSLstd450 min_opcode, GLSLstd450 max_opcode, GLSLstd450 clamp_opcode>
117 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(min_opcode), in ReplaceTrinaryMid()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp97 template <GLSLstd450 min_opcode, GLSLstd450 max_opcode, GLSLstd450 clamp_opcode>
117 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(min_opcode), in ReplaceTrinaryMid()
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp97 template <GLSLstd450 min_opcode, GLSLstd450 max_opcode, GLSLstd450 clamp_opcode>
117 inst->type_id(), glsl405_ext_inst_id, static_cast<uint32_t>(min_opcode), in ReplaceTrinaryMid()