Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_sq.h330 #define G_SQ_VTX_WORD1_USE_CONST_FIELDS(x) (((x) >> 21) & 0x1) macro
Deg_sq.h380 #define G_SQ_VTX_WORD1_USE_CONST_FIELDS(x) (((x) >> 21) & 0x1) macro
Dr700_sq.h423 #define G_SQ_VTX_WORD1_USE_CONST_FIELDS(x) (((x) >> 21) & 0x1) macro
Dr600_shader.c498 vtx.use_const_fields = G_SQ_VTX_WORD1_USE_CONST_FIELDS(word1); in r600_vtx_from_byte_stream()