Home
last modified time | relevance | path

Searched refs:tex_count_reg (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c281 unsigned opcode, tex_samp_reg, tex_const_reg, tex_count_reg; in fd6_emit_textures() local
290 tex_count_reg = REG_A6XX_SP_VS_TEX_COUNT; in fd6_emit_textures()
297 tex_count_reg = REG_A6XX_SP_HS_TEX_COUNT; in fd6_emit_textures()
304 tex_count_reg = REG_A6XX_SP_DS_TEX_COUNT; in fd6_emit_textures()
311 tex_count_reg = REG_A6XX_SP_GS_TEX_COUNT; in fd6_emit_textures()
318 tex_count_reg = REG_A6XX_SP_FS_TEX_COUNT; in fd6_emit_textures()
325 tex_count_reg = REG_A6XX_SP_CS_TEX_COUNT; in fd6_emit_textures()
462 OUT_PKT4(ring, tex_count_reg, 1); in fd6_emit_textures()

Completed in 2 milliseconds