Home
last modified time | relevance | path

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

/external/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()
166 if (has_src(tex, nir_tex_src_bias) || in lower_tex_prefetch_block()
167 has_src(tex, nir_tex_src_lod) || in lower_tex_prefetch_block()
168 has_src(tex, nir_tex_src_comparator) || in lower_tex_prefetch_block()
169 has_src(tex, nir_tex_src_projector) || in lower_tex_prefetch_block()
170 has_src(tex, nir_tex_src_offset) || in lower_tex_prefetch_block()
[all …]
/external/python/cpython2/Tools/ssl/
Dmultissltests.py202 def has_src(self): member in AbstractBuilder
270 if not self.has_src:
/external/python/cpython3/Tools/ssl/
Dmultissltests.py246 def has_src(self): member in AbstractBuilder
342 if not self.has_src:
/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp398 bool has_src = !!src_alpha_scan; in CompositeRow_Argb2Argb() local
402 const uint8_t* alpha_source = has_src ? src_alpha_scan++ : &src_scan[3]; in CompositeRow_Argb2Argb()
405 if (!has_dest && !has_src) { in CompositeRow_Argb2Argb()
419 if (!has_src) in CompositeRow_Argb2Argb()
463 if (!has_src) in CompositeRow_Argb2Argb()