Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daub_read.c41 #define MAKE_HEADER(type, opcode, subopcode) \ argument
42 ((((unsigned) (type)) << 29) | ((opcode) << 23) | ((subopcode) << 16))
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9168 VGPU10_VMWARE_OPCODE_TYPE subopcode) in emit_vmware() argument
9180 assert((subopcode > 0 && emit->version >= 50) || subopcode == 0); in emit_vmware()
9184 token0.vmwareOpcodeType = subopcode; in emit_vmware()
9187 if (subopcode == VGPU10_VMWARE_OPCODE_IDIV) { in emit_vmware()