Searched refs:GLSL_SAMPLER_DIM_SUBPASS_MS (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_input_attachments.c | 51 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()
|
D | anv_nir_apply_pipeline_layout.c | 355 dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in anv_nir_apply_pipeline_layout()
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 163 … 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, …
|
D | glsl_types.cpp | 647 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()
|
D | glsl_types.h | 85 GLSL_SAMPLER_DIM_SUBPASS_MS, /* for multisampled vulkan input attachments */ enumerator
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 601 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ptn_tex()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2246 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/ |
D | tgsi_to_nir.c | 1347 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ttn_tex()
|