Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c280 unsigned opcode, tex_samp_reg, tex_const_reg, tex_count_reg; in fd6_emit_textures() local
287 tex_samp_reg = REG_A6XX_SP_VS_TEX_SAMP; in fd6_emit_textures()
294 tex_samp_reg = REG_A6XX_SP_HS_TEX_SAMP; in fd6_emit_textures()
301 tex_samp_reg = REG_A6XX_SP_DS_TEX_SAMP; in fd6_emit_textures()
308 tex_samp_reg = REG_A6XX_SP_GS_TEX_SAMP; in fd6_emit_textures()
315 tex_samp_reg = REG_A6XX_SP_FS_TEX_SAMP; in fd6_emit_textures()
322 tex_samp_reg = REG_A6XX_SP_CS_TEX_SAMP; in fd6_emit_textures()
355 OUT_PKT4(ring, tex_samp_reg, 2); in fd6_emit_textures()