Searched refs:has_lod (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 2390 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 D | ir3_compiler_nir.c | 1685 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 D | lp_bld_tgsi_soa.c | 2608 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 D | lp_bld_tgsi_soa.c | 2604 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 D | aco_instruction_selection.cpp | 9223 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 D | nir_to_tgsi.c | 2988 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 D | brw_fs.cpp | 4444 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 D | brw_fs.cpp | 4909 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 D | builtin_functions.cpp | 6433 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 D | builtin_functions.cpp | 5938 has_lod(const glsl_type *sampler_type) 5964 if (has_lod(sampler_type)) { 6136 } else if (has_lod(sampler_type)) {
|
Completed in 84 milliseconds