Home
last modified time | relevance | path

Searched refs:has_lod (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1394 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
1417 has_lod = true; in emit_tex()
1482 assert(has_lod); in emit_tex()
1533 if (has_off | has_lod | has_bias) { in emit_tex()
1542 if (has_lod | has_bias) in emit_tex()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2674 unsigned has_lod; in emit_size_query() local
2690 has_lod = 0; in emit_size_query()
2693 has_lod = 1; in emit_size_query()
2704 if (has_lod) { in emit_size_query()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp3755 const bool has_lod = (op == SHADER_OPCODE_TXL || op == FS_OPCODE_TXB || in lower_sampler_logical_send_gen4() local
3773 (has_lod || shadow_c.file != BAD_FILE || in lower_sampler_logical_send_gen4()
3814 if (has_lod) { in lower_sampler_logical_send_gen4()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4586 has_lod(const glsl_type *sampler_type) in UNOP()
4612 if (has_lod(sampler_type)) { in _textureSize()
4782 } else if (has_lod(sampler_type)) { in _texelFetch()