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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c170 if (emit->arl_consts[i].arl_num == emit->current_arl)
183 if (emit->arl_consts[i].arl_num == emit->current_arl)
184 return emit->arl_consts[i].number;
804 vals[j] = (float) emit->arl_consts[i + j].number;
805 emit->arl_consts[i + j].idx = idx;
808 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_X;
811 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_Y;
814 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_Z;
817 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_W;
997 if (emit->arl_consts[
[all...]
H A Dsvga_tgsi_emit.h134 struct svga_arl_consts arl_consts[12]; member in struct:svga_shader_emitter
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c170 if (emit->arl_consts[i].arl_num == emit->current_arl)
183 if (emit->arl_consts[i].arl_num == emit->current_arl)
184 return emit->arl_consts[i].number;
802 vals[j] = (float) emit->arl_consts[i + j].number;
803 emit->arl_consts[i + j].idx = idx;
806 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_X;
809 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_Y;
812 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_Z;
815 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_W;
995 if (emit->arl_consts[
[all...]
H A Dsvga_tgsi_emit.h134 struct svga_arl_consts arl_consts[12]; member in struct:svga_shader_emitter

Completed in 8 milliseconds