Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h198 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
200 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
202 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
Dglsl_types.cpp776 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance()
806 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance()
836 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance()
874 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
903 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
932 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance()
2114 case GLSL_SAMPLER_DIM_SUBPASS: in coordinate_components()
Dglsl_types.h112 GLSL_SAMPLER_DIM_SUBPASS, /* for vulkan input attachments */ enumerator
/external/mesa3d/src/amd/common/
Dac_shader_info.c103 if (dim == GLSL_SAMPLER_DIM_SUBPASS || in gather_intrinsic_info()
Dac_nir_to_llvm.c3439 case GLSL_SAMPLER_DIM_SUBPASS: in image_type_to_components_count()
3545 bool add_frag_pos = (dim == GLSL_SAMPLER_DIM_SUBPASS || in get_image_coords()
3668 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_SUBPASS || in visit_image_load()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c50 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
Danv_nir_apply_pipeline_layout.c450 if (dim == GLSL_SAMPLER_DIM_SUBPASS || in anv_nir_apply_pipeline_layout()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c600 case GLSL_SAMPLER_DIM_SUBPASS: in ptn_tex()
/external/mesa3d/src/compiler/nir/
Dnir.h1277 case GLSL_SAMPLER_DIM_SUBPASS: in nir_tex_instr_dest_size()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1195 case SpvDimSubpassData: dim = GLSL_SAMPLER_DIM_SUBPASS; break; in vtn_handle_type()
1214 else if (dim == GLSL_SAMPLER_DIM_SUBPASS) in vtn_handle_type()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1294 case GLSL_SAMPLER_DIM_SUBPASS: in ttn_tex()