Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c88 image_dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in try_lower_input_load()
91 const bool multisampled = (image_dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in try_lower_input_load()
140 if (image_dim == GLSL_SAMPLER_DIM_SUBPASS_MS) { in try_lower_input_load()
163 if (glsl_get_sampler_dim(deref->type) != GLSL_SAMPLER_DIM_SUBPASS_MS) in try_lower_input_texop()
Dnir_print.c895 [GLSL_SAMPLER_DIM_SUBPASS_MS] = "Subpass-MSAA", in print_intrinsic_instr()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h201 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
203 …, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
205 …, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS_MS, 0, 0, …
Dglsl_types.cpp69 GLSL_SAMPLER_DIM_SUBPASS_MS); in glsl_type()
873 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
903 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
933 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_sampler_instance()
974 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
1003 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
1032 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
1060 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
1087 case GLSL_SAMPLER_DIM_SUBPASS_MS: in get_image_instance()
3180 case GLSL_SAMPLER_DIM_SUBPASS_MS: in glsl_get_sampler_dim_coordinate_components()
Dglsl_types.h252 GLSL_SAMPLER_DIM_SUBPASS_MS, /* for multisampled vulkan input attachments */ enumerator
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_input_attachments.c60 image_dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in try_lower_input_load()
/external/mesa3d/src/amd/common/
Dac_shader_util.c238 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ac_get_sampler_dim()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2231 case GLSL_SAMPLER_DIM_SUBPASS_MS: in image_type_to_components_count()
2285 (dim == GLSL_SAMPLER_DIM_SUBPASS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
2286 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
4258 instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS_MS) && in visit_tex()
4295 if ((instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS_MS || in visit_tex()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c123 case GLSL_SAMPLER_DIM_SUBPASS_MS: in glsl_sampler_to_pipe()
1283 …pler_dim(type) == GLSL_SAMPLER_DIM_MS || glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_SUBPASS_MS) in visit_load_image()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1367 dim == GLSL_SAMPLER_DIM_SUBPASS_MS) in anv_nir_apply_pipeline_layout()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5603 case GLSL_SAMPLER_DIM_SUBPASS_MS: in image_type_to_components_count()
5690 …SERTED bool add_frag_pos = (dim == GLSL_SAMPLER_DIM_SUBPASS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
5692 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords()
8845 instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS_MS) && in visit_tex()
8869 instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS_MS) && in visit_tex()
9111 …r->sampler_dim == GLSL_SAMPLER_DIM_MS || instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS_MS ? aco_o… in visit_tex()
9250 instr->sampler_dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in visit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1659 dim = GLSL_SAMPLER_DIM_SUBPASS_MS; in vtn_handle_type()