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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c280 unsigned opcode, tex_samp_reg, tex_const_reg, tex_count_reg; local in function:fd6_emit_textures
289 tex_count_reg = REG_A6XX_SP_VS_TEX_COUNT;
296 tex_count_reg = REG_A6XX_SP_HS_TEX_COUNT;
303 tex_count_reg = REG_A6XX_SP_DS_TEX_COUNT;
310 tex_count_reg = REG_A6XX_SP_GS_TEX_COUNT;
317 tex_count_reg = REG_A6XX_SP_FS_TEX_COUNT;
324 tex_count_reg = REG_A6XX_SP_CS_TEX_COUNT;
461 OUT_PKT4(ring, tex_count_reg, 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c390 unsigned opcode, tex_samp_reg, tex_const_reg, tex_count_reg; local in function:fd6_emit_textures
399 tex_count_reg = REG_A6XX_SP_VS_TEX_COUNT;
406 tex_count_reg = REG_A6XX_SP_FS_TEX_COUNT;
413 tex_count_reg = REG_A6XX_SP_CS_TEX_COUNT;
545 OUT_PKT4(ring, tex_count_reg, 1);

Completed in 5 milliseconds