Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_SUBPASS (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h200 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
202 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
204 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
Dglsl_types.cpp872 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance()
902 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance()
932 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance()
972 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
1001 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
1030 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
1059 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
1086 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
3179 case GLSL_SAMPLER_DIM_SUBPASS: in glsl_get_sampler_dim_coordinate_components()
Dglsl_types.h251 GLSL_SAMPLER_DIM_SUBPASS, /* for vulkan input attachments */ enumerator
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_input_attachments.c59 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
/external/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c87 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
Dnir_print.c894 [GLSL_SAMPLER_DIM_SUBPASS] = "Subpass", in print_intrinsic_instr()
Dnir.h2326 case GLSL_SAMPLER_DIM_SUBPASS: in nir_tex_instr_dest_size()
/external/mesa3d/src/amd/common/
Dac_shader_util.c236 case GLSL_SAMPLER_DIM_SUBPASS: in ac_get_sampler_dim()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1366 if (dim == GLSL_SAMPLER_DIM_SUBPASS || in anv_nir_apply_pipeline_layout()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2229 case GLSL_SAMPLER_DIM_SUBPASS: in image_type_to_components_count()
2285 (dim == GLSL_SAMPLER_DIM_SUBPASS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
4257 instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS || in visit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1633 case SpvDimSubpassData: dim = GLSL_SAMPLER_DIM_SUBPASS; break; in vtn_handle_type()
1658 else if (dim == GLSL_SAMPLER_DIM_SUBPASS) in vtn_handle_type()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c116 case GLSL_SAMPLER_DIM_SUBPASS: in glsl_sampler_to_pipe()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5601 case GLSL_SAMPLER_DIM_SUBPASS: in image_type_to_components_count()
5690 …ASSERTED bool add_frag_pos = (dim == GLSL_SAMPLER_DIM_SUBPASS || dim == GLSL_SAMPLER_DIM_SUBPASS_M… in get_image_coords()
8844 instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS || in visit_tex()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1813 - freedreno/ir3: add GLSL_SAMPLER_DIM_SUBPASS to tex_info