Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_SUBPASS_MS (Results 1 – 8 of 8) 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.c355 dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in anv_nir_apply_pipeline_layout()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h163 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
165 …, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
167 …, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
Dglsl_types.cpp647 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
677 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
707 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
746 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
775 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
804 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
Dglsl_types.h85 GLSL_SAMPLER_DIM_SUBPASS_MS, /* for multisampled vulkan input attachments */ enumerator
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c601 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ptn_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2246 case GLSL_SAMPLER_DIM_SUBPASS_MS: in image_type_to_components_count()
2271 dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
2273 dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1347 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ttn_tex()