Home
last modified time | relevance | path

Searched defs:has_lod (Results 1 - 6 of 6) sorted by relevance

/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
/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
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2609 unsigned has_lod; in emit_size_query() local
/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
/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
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7050 has_lod(const glsl_type *sampler_type) in has_lod() function

Completed in 38 milliseconds