Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_SUBPASS_MS (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c51 image_dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in try_lower_input_load()
54 const bool multisampled = (image_dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in try_lower_input_load()
101 if (image_dim == GLSL_SAMPLER_DIM_SUBPASS_MS) { in try_lower_input_load()
Danv_nir_apply_pipeline_layout.c451 dim == GLSL_SAMPLER_DIM_SUBPASS_MS) in anv_nir_apply_pipeline_layout()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h199 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
201 …, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
203 …, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
Dglsl_types.cpp58 GLSL_SAMPLER_DIM_SUBPASS_MS); in glsl_type()
777 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
807 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
837 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
876 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
905 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
934 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
Dglsl_types.h113 GLSL_SAMPLER_DIM_SUBPASS_MS, /* for multisampled vulkan input attachments */ enumerator
/external/mesa3d/src/amd/common/
Dac_shader_info.c104 dim == GLSL_SAMPLER_DIM_SUBPASS_MS) in gather_intrinsic_info()
Dac_nir_to_llvm.c3441 case GLSL_SAMPLER_DIM_SUBPASS_MS: in image_type_to_components_count()
3546 dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
3548 dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
3669 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_SUBPASS_MS; in visit_image_load()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c601 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ptn_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1295 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ttn_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1215 dim = GLSL_SAMPLER_DIM_SUBPASS_MS; in vtn_handle_type()