Home
last modified time | relevance | path

Searched refs:use_const_fields (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h105 unsigned use_const_fields; member
Dr600_asm.c1719 S_SQ_VTX_WORD1_USE_CONST_FIELDS(vtx->use_const_fields) | in r600_bytecode_vtx_build()
2585 fprintf(stderr, "USE_CONST_FIELDS:%d ", vtx->use_const_fields); in r600_bytecode_dump()
Dr600_shader.c498 vtx.use_const_fields = G_SQ_VTX_WORD1_USE_CONST_FIELDS(word1); in r600_vtx_from_byte_stream()