Searched refs:has_lod (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2921 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/ |
D | brw_lower_logical_sends.cpp | 476 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/ |
D | lp_bld_tgsi_soa.c | 2609 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/ |
D | spirv_hlsl.cpp | 1978 …static const bool has_lod[QueryDimCount] = { true, true, true, true, true, false, true, true, fals… 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/amd/compiler/ |
D | aco_instruction_selection.cpp | 9414 bool has_bias = false, has_lod = false, level_zero = false, has_compare = false, in visit_tex() local 9470 has_lod = true; in visit_tex() 9613 if (has_lod) in visit_tex() 9679 if (!has_lod) in visit_tex() 9930 if (has_lod) in visit_tex() 9942 if (has_lod) in visit_tex() 9974 if (has_lod) in visit_tex() 9986 if (has_lod) in visit_tex() 9995 if (has_lod) in visit_tex() 10001 if (has_lod) in visit_tex() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 3617 …bool has_lod = nir_tex_instr_src_index(tex, nir_tex_src_lod) >= 0 || s->info.stage != MESA_SHADER_… in nir_to_tgsi_lower_txp() local 3627 …if (tex->op != nir_texop_tex || has_lod || has_offset || (tex->coord_components >= 3 && has_compar… in nir_to_tgsi_lower_txp()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 7050 has_lod(const glsl_type *sampler_type) in UNOP() 7076 if (has_lod(sampler_type)) { in _textureSize() 7332 } else if (has_lod(sampler_type)) { in _texelFetch()
|