Home
last modified time | relevance | path

Searched refs:has_lod (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c2921 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2945 has_lod = true; in emit_tex()
2983 compile_assert(ctx, !has_lod); in emit_tex()
3002 opc = has_lod ? OPC_SAML : OPC_SAM; in emit_tex()
3066 assert(has_lod); in emit_tex()
3136 if (has_off | has_lod | has_bias) { in emit_tex()
3148 if (has_lod | has_bias) in emit_tex()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_lower_logical_sends.cpp476 const bool has_lod = (op == SHADER_OPCODE_TXL || op == FS_OPCODE_TXB || in lower_sampler_logical_send_gfx4() local
494 (has_lod || shadow_c.file != BAD_FILE || in lower_sampler_logical_send_gfx4()
536 if (has_lod) { in lower_sampler_logical_send_gfx4()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2609 unsigned has_lod; in emit_size_query() local
2626 has_lod = 0; in emit_size_query()
2629 has_lod = 1; in emit_size_query()
2640 if (has_lod) { in emit_size_query()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp1978 static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, false, false }; in emit_texture_size_variants() local
2006 if (has_lod[index] && !uav) in emit_texture_size_variants()
2015 if (has_lod[index] && !uav) in emit_texture_size_variants()
2026 if (has_lod[index] && !uav) in emit_texture_size_variants()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3617 bool has_lod = nir_tex_instr_src_index(tex, nir_tex_src_lod) >= 0 || s->info.stage != MESA_SHADER_FRAGMENT; in nir_to_tgsi_lower_txp() local
3627 if (tex->op != nir_texop_tex || has_lod || has_offset || (tex->coord_components >= 3 && has_compare)) in nir_to_tgsi_lower_txp()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp9414 bool has_bias = false, has_lod = false, level_zero = false, has_compare = false,
9470 has_lod = true;
9613 if (has_lod)
9679 if (!has_lod)
9930 if (has_lod)
9942 if (has_lod)
9974 if (has_lod)
9986 if (has_lod)
9995 if (has_lod)
10001 if (has_lod)
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7050 has_lod(const glsl_type *sampler_type) in has_lod() function
7076 if (has_lod(sampler_type)) { in _textureSize()
7332 } else if (has_lod(sampler_type)) { in _texelFetch()

Completed in 52 milliseconds