Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2180 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2204 has_lod = true; in emit_tex()
2242 compile_assert(ctx, !has_lod); in emit_tex()
2258 case nir_texop_tex: opc = has_lod ? OPC_SAML : OPC_SAM; break; in emit_tex()
2304 assert(has_lod); in emit_tex()
2379 if (has_off | has_lod | has_bias) { in emit_tex()
2391 if (has_lod | has_bias) in emit_tex()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2604 unsigned has_lod; in emit_size_query() local
2620 has_lod = 0; in emit_size_query()
2623 has_lod = 1; in emit_size_query()
2634 if (has_lod) { in emit_size_query()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8655 bool has_bias = false, has_lod = false, level_zero = false, has_compare = false, in visit_tex() local
8690 has_lod = true; in visit_tex()
8913 if (!has_lod) in visit_tex()
9093 if (has_lod) in visit_tex()
9159 if (has_lod) in visit_tex()
9169 if (has_lod) in visit_tex()
9195 if (has_lod) in visit_tex()
9205 if (has_lod) in visit_tex()
9214 if (has_lod) in visit_tex()
9220 if (has_lod) in visit_tex()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp4669 const bool has_lod = (op == SHADER_OPCODE_TXL || op == FS_OPCODE_TXB || in lower_sampler_logical_send_gen4() local
4687 (has_lod || shadow_c.file != BAD_FILE || in lower_sampler_logical_send_gen4()
4729 if (has_lod) { in lower_sampler_logical_send_gen4()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6404 has_lod(const glsl_type *sampler_type) in UNOP()
6430 if (has_lod(sampler_type)) { in _textureSize()
6615 } else if (has_lod(sampler_type)) { in _texelFetch()