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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2304 int dim, shadow_ref, i; local in function:exec_tex
2314 shadow_ref = tgsi_util_get_shadow_ref_src_index(inst->Texture.Texture);
2317 if (shadow_ref >= 0)
2318 assert(shadow_ref >= dim && shadow_ref < (int)ARRAY_SIZE(args));
2326 assert(dim <= TGSI_CHAN_W && shadow_ref != TGSI_CHAN_W);
2368 if (shadow_ref >= 0) {
2369 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2105 int dim, shadow_ref, i; local in function:exec_tex
2115 shadow_ref = tgsi_util_get_shadow_ref_src_index(inst->Texture.Texture);
2118 if (shadow_ref >= 0)
2119 assert(shadow_ref >= dim && shadow_ref < (int)ARRAY_SIZE(args));
2127 assert(dim <= TGSI_CHAN_W && shadow_ref != TGSI_CHAN_W);
2169 if (shadow_ref >= 0) {
2170 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst531 shadow_ref = src0.z or src0.w (optional)
535 dst = texture\_sample(unit, coord, shadow_ref)
547 shadow_ref = src1.x
551 dst = texture\_sample(unit, coord, shadow_ref)
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst534 shadow_ref = src0.z or src0.w (optional)
538 dst = texture\_sample(unit, coord, shadow_ref)
550 shadow_ref = src1.x
554 dst = texture\_sample(unit, coord, shadow_ref)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst1176 - softpipe: remove shadow_ref assert.

Completed in 64 milliseconds