Searched refs:base_opcode (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | glX_server_table.py | 156 def is_empty_leaf(self, base_opcode, M): argument 157 for op in range(base_opcode, base_opcode + (1 << M)): 165 def dump_tree(self, node, base_opcode, remaining_bits, base_entry, depth): argument 175 …[%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << r… 181 child_base_opcode = base_opcode 231 self.dump_tree(child, base_opcode, remaining_bits - M, child_index, depth + 1) 234 base_opcode += 1 << (remaining_bits - M)
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | combine_access_chains.cpp | 262 SpvOp CombineAccessChains::UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode) { in UpdateOpcode() argument 269 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode() 271 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
|
D | combine_access_chains.h | 71 SpvOp UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | combine_access_chains.cpp | 262 SpvOp CombineAccessChains::UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode) { in UpdateOpcode() argument 269 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode() 271 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
|
D | combine_access_chains.h | 71 SpvOp UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode);
|
/third_party/spirv-tools/source/opt/ |
D | combine_access_chains.cpp | 258 SpvOp CombineAccessChains::UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode) { in UpdateOpcode() argument 265 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode() 267 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
|
D | combine_access_chains.h | 71 SpvOp UpdateOpcode(SpvOp base_opcode, SpvOp input_opcode);
|