Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c281 unsigned opcode, tex_samp_reg, tex_const_reg, tex_count_reg; in fd6_emit_textures() local
289 tex_const_reg = REG_A6XX_SP_VS_TEX_CONST; in fd6_emit_textures()
296 tex_const_reg = REG_A6XX_SP_HS_TEX_CONST; in fd6_emit_textures()
303 tex_const_reg = REG_A6XX_SP_DS_TEX_CONST; in fd6_emit_textures()
310 tex_const_reg = REG_A6XX_SP_GS_TEX_CONST; in fd6_emit_textures()
317 tex_const_reg = REG_A6XX_SP_FS_TEX_CONST; in fd6_emit_textures()
324 tex_const_reg = REG_A6XX_SP_CS_TEX_CONST; in fd6_emit_textures()
456 OUT_PKT4(ring, tex_const_reg, 2); in fd6_emit_textures()