Home
last modified time | relevance | path

Searched refs:is_shadow (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c50 tex->is_shadow = tg4->is_shadow; in ir3_nir_lower_tg4_to_tex_instr()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp143 if (instr->is_shadow) { in emit_cube_txd()
190 if (instr->is_shadow) in emit_cube_txl()
287 if (!instr->is_shadow) { in emit_cube_txb()
326 if (instr->is_shadow) { in emit_cube_tex()
417 if (instr->is_shadow) { in emit_tex_tex()
447 if (instr->is_shadow) { in emit_tex_txd()
546 if (instr->is_shadow) { in emit_tex_txl()
582 if (instr->is_shadow) { in emit_tex_txb()
674 if (instr->is_shadow) { in emit_tex_tg4()
758 if (instr->is_shadow) { in emit_cube_tg4()
Dsfn_instruction_tex.cpp296 if (tex->is_shadow && in r600_nir_lower_txl_txf_array_or_cube_impl()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c48 txf->is_shadow = txf_ms->is_shadow; in vc4_nir_lower_txf_ms_instr()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1145 bool *is_shadow, in get_texture_info() argument
1151 if (is_shadow) in get_texture_info()
1152 *is_shadow = false; in get_texture_info()
1167 *is_shadow = true; in get_texture_info()
1171 *is_shadow = true; in get_texture_info()
1190 *is_shadow = true; in get_texture_info()
1194 *is_shadow = true; in get_texture_info()
1209 *is_shadow = true; in get_texture_info()
1213 *is_shadow = true; in get_texture_info()
1221 *is_shadow = true; in get_texture_info()
[all …]
Dnir_to_tgsi.c1823 if (instr->is_shadow) { in ntt_emit_texture()
1829 if (instr->is_shadow) { in ntt_emit_texture()
1839 if (instr->is_shadow) { in ntt_emit_texture()
1845 if (instr->is_shadow) { in ntt_emit_texture()
1860 assert(!instr->is_shadow); in ntt_emit_texture()
1864 if (instr->is_shadow) { in ntt_emit_texture()
1872 if (instr->is_shadow) { in ntt_emit_texture()
1878 if (instr->is_shadow) { in ntt_emit_texture()
/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c321 txs->is_shadow = tex->is_shadow; in nir_get_texture_size()
375 tql->is_shadow = tex->is_shadow; in nir_get_texture_lod()
Dnir_lower_tex.c851 assert(tex->is_shadow && tex->is_new_style_shadow); in lower_tex_packing()
935 tex_copy->is_shadow = tex->is_shadow; in lower_tg4_offsets()
1098 !(tex->is_shadow && tex->is_new_style_shadow)) { in nir_lower_tex_block()
1105 !nir_tex_instr_is_query(tex) && !tex->is_shadow) { in nir_lower_tex_block()
1115 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod && in nir_lower_tex_block()
1132 (options->lower_txd_shadow && tex->is_shadow) || in nir_lower_tex_block()
1133 (options->lower_txd_shadow_clamp && tex->is_shadow && has_min_lod) || in nir_lower_tex_block()
Dnir_lower_cl_images_to_tex.c77 tex->is_shadow = false; in lower_cl_images_to_tex_impl()
Dnir_instr_set.c273 hash = HASH(hash, instr->is_shadow); in hash_tex()
663 tex1->is_shadow != tex2->is_shadow || in nir_instrs_equal()
Dnir_lower_input_attachments.c125 tex->is_shadow = false; in try_lower_input_load()
Dnir_serialize.c1457 unsigned is_shadow:1; member
1492 .u.is_shadow = tex->is_shadow, in write_tex()
1527 tex->is_shadow = packed.u.is_shadow; in read_tex()
Dnir_clone.c414 ntex->is_shadow = tex->is_shadow; in clone_tex()
/external/mesa3d/src/compiler/
Dnir_types.cpp621 glsl_sampler_type(enum glsl_sampler_dim dim, bool is_shadow, bool is_array, in glsl_sampler_type() argument
624 return glsl_type::get_sampler_instance(dim, is_shadow, is_array, base_type); in glsl_sampler_type()
Dnir_types.h210 bool is_shadow, bool is_array,
/external/mesa3d/docs/relnotes/
D17.3.9.rst84 - compiler/spirv: set is_shadow for depth comparitor sampling opcodes
D18.0.1.rst118 - compiler/spirv: set is_shadow for depth comparitor sampling opcodes
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c514 instr->is_shadow = prog_inst->TexShadow; in ptn_tex()
543 glsl_sampler_type(instr->sampler_dim, instr->is_shadow, false, GLSL_TYPE_FLOAT); in ptn_tex()
587 if (instr->is_shadow) { in ptn_tex()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1895 if (instr->op == nir_texop_tg4 && instr->is_shadow) in mdg_texture_mode()
1899 else if (instr->is_shadow) in mdg_texture_mode()
1943 if (instr->is_shadow && !instr->is_new_style_shadow && instr->op != nir_texop_tg4) in emit_texop_native()
1952 (instr->is_shadow); in emit_texop_native()
1990 ins.swizzle[1][2] = instr->is_shadow ? COMPONENT_Z : COMPONENT_X; in emit_texop_native()
2032 instr->is_shadow ? COMPONENT_Z : COMPONENT_X; in emit_texop_native()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c49 tex->is_shadow = glsl_sampler_type_is_shadow(type); in get_texture_size()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c52 tex->is_shadow = glsl_sampler_type_is_shadow(type); in get_texture_size()
/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c215 !instr->is_shadow); in v3d40_vir_emit_tex()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c544 bool is_shadow) in descriptor_map_add() argument
565 map->is_shadow[map->num_desc] = is_shadow; in descriptor_map_add()
750 instr->is_shadow); in lower_tex_src_to_offset()
1608 texture_map->is_shadow[tex_idx] ? 16 : return_size; in v3d_key_update_return_size()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp368 bool is_shadow);
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2744 bool is_shadow = false; in vtn_handle_texture() local
2753 is_shadow = true; in vtn_handle_texture()
2857 instr->is_shadow = is_shadow; in vtn_handle_texture()
2859 is_shadow && glsl_get_components(ret_type->type) == 1; in vtn_handle_texture()

12