Home
last modified time | relevance | path

Searched refs:has_src (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c108 has_src(nir_tex_instr *tex, nir_tex_src_type type) in has_src() function
137 if (has_src(tex, nir_tex_src_texture_handle)) { in ok_tex_samp()
140 assert(has_src(tex, nir_tex_src_sampler_handle)); in ok_tex_samp()
145 assert(!has_src(tex, nir_tex_src_texture_offset)); in ok_tex_samp()
146 assert(!has_src(tex, nir_tex_src_sampler_offset)); in ok_tex_samp()
165 if (has_src(tex, nir_tex_src_bias) || has_src(tex, nir_tex_src_lod) || in lower_tex_prefetch_block()
166 has_src(tex, nir_tex_src_comparator) || in lower_tex_prefetch_block()
167 has_src(tex, nir_tex_src_projector) || in lower_tex_prefetch_block()
168 has_src(tex, nir_tex_src_offset) || has_src(tex, nir_tex_src_ddx) || in lower_tex_prefetch_block()
169 has_src(tex, nir_tex_src_ddy) || has_src(tex, nir_tex_src_ms_index) || in lower_tex_prefetch_block()
[all …]
/third_party/python/Tools/ssl/
Dmultissltests.py230 def has_src(self): member in AbstractBuilder
329 if not self.has_src:
/third_party/mesa3d/docs/relnotes/
D21.0.1.rst79 - ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetch
D20.3.5.rst144 - ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetch
D21.1.0.rst2270 - ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetch