Searched refs:has_src (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tex_prefetch.c | 108 has_src(nir_tex_instr *tex, nir_tex_src_type type) function in typeref:typename:bool 137 if (has_src(tex, nir_tex_src_texture_handle)) { 140 assert(has_src(tex, nir_tex_src_sampler_handle)); 145 assert(!has_src(tex, nir_tex_src_texture_offset)); 146 assert(!has_src(tex, nir_tex_src_sampler_offset)); 165 if (has_src(tex, nir_tex_src_bias) || has_src(tex, nir_tex_src_lod) || 166 has_src(tex, nir_tex_src_comparator) || 167 has_src(tex, nir_tex_src_projector) || 168 has_src(te [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa.c | 108 int has_src = info->state_2d.src_pitch_offset; local in function:Emit2DState 111 R128WaitForFifo(pScrn, (has_src ? 10 : 9)); 123 if (has_src) OUTREG(R128_SRC_PITCH_OFFSET, info->state_2d.src_pitch_offset); 130 int has_src = info->state_2d.src_pitch_offset; local in function:EmitCCE2DState 135 BEGIN_RING( (has_src ? 20 : 18) ); 147 if (has_src) OUT_RING_REG( R128_SRC_PITCH_OFFSET, info->state_2d.src_pitch_offset );
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_funcs.c | 93 int has_src; local in function:FUNC_NAME 100 has_src = info->state_2d.src_pitch_offset || (info->cs && info->state_2d.src_bo); 102 if (has_src) { 120 if (has_src) {
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_funcs.c | 60 int has_src; local in function:Emit2DState 66 has_src = info->state_2d.src_pitch_offset || info->state_2d.src_bo; 68 if (has_src) { 85 if (has_src) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.1.rst | 79 - ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetch
|
| H A D | 20.3.5.rst | 144 - ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetch
|
| H A D | 21.1.0.rst | 2270 - ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetch
|
Completed in 13 milliseconds