Home
last modified time | relevance | path

Searched refs:subopcode (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daub_read.c42 #define MAKE_HEADER(type, opcode, subopcode) \ argument
43 ((((unsigned) (type)) << 29) | ((opcode) << 23) | ((subopcode) << 16))
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9970 VGPU10_VMWARE_OPCODE_TYPE subopcode) in emit_vmware() argument
9989 assert((subopcode > 0 && emit->version >= 50) || subopcode == 0); in emit_vmware()
9993 token0.vmwareOpcodeType = subopcode; in emit_vmware()
9996 if (subopcode == VGPU10_VMWARE_OPCODE_IDIV) { in emit_vmware()