Searched refs:GLSL_SAMPLER_DIM_SUBPASS_MS (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_input_attachments.c | 88 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()
|
D | nir_print.c | 895 [GLSL_SAMPLER_DIM_SUBPASS_MS] = "Subpass-MSAA", in print_intrinsic_instr()
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 201 … 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, …
|
D | glsl_types.cpp | 69 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()
|
D | glsl_types.h | 252 GLSL_SAMPLER_DIM_SUBPASS_MS, /* for multisampled vulkan input attachments */ enumerator
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_lower_input_attachments.c | 60 image_dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in try_lower_input_load()
|
/external/mesa3d/src/amd/common/ |
D | ac_shader_util.c | 238 case GLSL_SAMPLER_DIM_SUBPASS_MS: in ac_get_sampler_dim()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 2231 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/ |
D | lp_bld_nir.c | 123 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/ |
D | anv_nir_apply_pipeline_layout.c | 1367 dim == GLSL_SAMPLER_DIM_SUBPASS_MS) in anv_nir_apply_pipeline_layout()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 5603 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/ |
D | spirv_to_nir.c | 1659 dim = GLSL_SAMPLER_DIM_SUBPASS_MS; in vtn_handle_type()
|