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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; local in function:emit_tex
2414 has_lod = true;
2452 compile_assert(ctx, !has_lod);
2471 opc = has_lod ? OPC_SAML : OPC_SAM;
2538 assert(has_lod);
2613 if (has_off | has_lod | has_bias) {
2625 if (has_lod | has_bias)
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1685 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; local in function:emit_tex
1709 has_lod = true;
1743 case nir_texop_tex: opc = has_lod ? OPC_SAML : OPC_SAM; break;
1789 assert(has_lod);
1864 if (has_off | has_lod | has_bias) {
1876 if (has_lod | has_bias)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2608 unsigned has_lod; local in function:emit_size_query
2624 has_lod = 0;
2627 has_lod = 1;
2638 if (has_lod) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2604 unsigned has_lod; local in function:emit_size_query
2620 has_lod = 0;
2623 has_lod = 1;
2634 if (has_lod) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9223 bool has_bias = false, has_lod = false, level_zero = false, has_compare = false, local in function:aco::__anon562fcc110110::visit_tex
9256 has_lod = true;
9446 if (!has_lod)
9612 if (has_lod)
9686 if (has_lod)
9696 if (has_lod)
9722 if (has_lod)
9732 if (has_lod)
9741 if (has_lod)
9747 if (has_lod)
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c2988 bool has_lod = nir_tex_instr_src_index(tex, nir_tex_src_lod) >= 0 || s->info.stage != MESA_SHADER_FRAGMENT; local in function:nir_to_tgsi_lower_txp
2998 if (tex->op != nir_texop_tex || has_lod || has_offset || (tex->coord_components >= 3 && has_compare))
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.cpp4444 const bool has_lod = (op == SHADER_OPCODE_TXL || op == FS_OPCODE_TXB || local in function:lower_sampler_logical_send_gen4
4462 (has_lod || shadow_c.file != BAD_FILE ||
4503 if (has_lod) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.cpp4909 const bool has_lod = (op == SHADER_OPCODE_TXL || op == FS_OPCODE_TXB || local in function:lower_sampler_logical_send_gfx4
4927 (has_lod || shadow_c.file != BAD_FILE ||
4969 if (has_lod) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp6433 has_lod(const glsl_type *sampler_type)
6459 if (has_lod(sampler_type)) {
6644 } else if (has_lod(sampler_type)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp5938 has_lod(const glsl_type *sampler_type)
5964 if (has_lod(sampler_type)) {
6136 } else if (has_lod(sampler_type)) {

Completed in 84 milliseconds