Searched refs:GLSL_SAMPLER_DIM_SUBPASS_MS (Results 1 – 10 of 10) 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 | 451 dim == GLSL_SAMPLER_DIM_SUBPASS_MS) in anv_nir_apply_pipeline_layout()
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 199 … 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, …
|
D | glsl_types.cpp | 58 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()
|
D | glsl_types.h | 113 GLSL_SAMPLER_DIM_SUBPASS_MS, /* for multisampled vulkan input attachments */ enumerator
|
/external/mesa3d/src/amd/common/ |
D | ac_shader_info.c | 104 dim == GLSL_SAMPLER_DIM_SUBPASS_MS) in gather_intrinsic_info()
|
D | ac_nir_to_llvm.c | 3441 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/ |
D | prog_to_nir.c | 601 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ptn_tex()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1295 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ttn_tex()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1215 dim = GLSL_SAMPLER_DIM_SUBPASS_MS; in vtn_handle_type()
|