Searched refs:tex_const_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
288 tex_const_reg = REG_A6XX_SP_VS_TEX_CONST;
295 tex_const_reg = REG_A6XX_SP_HS_TEX_CONST;
302 tex_const_reg = REG_A6XX_SP_DS_TEX_CONST;
309 tex_const_reg = REG_A6XX_SP_GS_TEX_CONST;
316 tex_const_reg = REG_A6XX_SP_FS_TEX_CONST;
323 tex_const_reg = REG_A6XX_SP_CS_TEX_CONST;
455 OUT_PKT4(ring, tex_const_reg, 2);
/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
398 tex_const_reg = REG_A6XX_SP_VS_TEX_CONST_LO;
405 tex_const_reg = REG_A6XX_SP_FS_TEX_CONST_LO;
412 tex_const_reg = REG_A6XX_SP_CS_TEX_CONST_LO;
539 OUT_PKT4(ring, tex_const_reg, 2);

Completed in 6 milliseconds