Searched refs:has_lod (Results 1 – 4 of 4) sorted by relevance
1394 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local1417 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()
2674 unsigned has_lod; in emit_size_query() local2690 has_lod = 0; in emit_size_query()2693 has_lod = 1; in emit_size_query()2704 if (has_lod) { in emit_size_query()
3755 const bool has_lod = (op == SHADER_OPCODE_TXL || op == FS_OPCODE_TXB || in lower_sampler_logical_send_gen4() local3773 (has_lod || shadow_c.file != BAD_FILE || in lower_sampler_logical_send_gen4()3814 if (has_lod) { in lower_sampler_logical_send_gen4()
4586 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()