Searched refs:GLSL_SAMPLER_DIM_SUBPASS (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 200 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,… 202 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,… 204 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
|
D | glsl_types.cpp | 880 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance() 910 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance() 940 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance() 980 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 1009 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 1038 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 1067 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 1094 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 3258 case GLSL_SAMPLER_DIM_SUBPASS: in glsl_get_sampler_dim_coordinate_components()
|
D | glsl_types.h | 251 GLSL_SAMPLER_DIM_SUBPASS, /* for vulkan input attachments */ enumerator
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_lower_input_attachments.c | 59 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_input_attachments.c | 87 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
|
D | nir_print.c | 857 [GLSL_SAMPLER_DIM_SUBPASS] = "Subpass", in print_intrinsic_instr()
|
D | nir.h | 2342 case GLSL_SAMPLER_DIM_SUBPASS: in nir_tex_instr_result_size()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_shader_util.c | 241 case GLSL_SAMPLER_DIM_SUBPASS: in ac_get_sampler_dim()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 1615 if (dim == GLSL_SAMPLER_DIM_SUBPASS || in anv_nir_apply_pipeline_layout()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 478 fbfetch->type = glsl_image_type(GLSL_SAMPLER_DIM_SUBPASS, false, GLSL_TYPE_FLOAT); in lower_fbfetch_instr()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 2380 case GLSL_SAMPLER_DIM_SUBPASS: in image_type_to_components_count() 2439 (dim == GLSL_SAMPLER_DIM_SUBPASS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() 4750 instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS || in visit_tex()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1689 case SpvDimSubpassData: dim = GLSL_SAMPLER_DIM_SUBPASS; break; in vtn_handle_type() 1714 else if (dim == GLSL_SAMPLER_DIM_SUBPASS) in vtn_handle_type()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 113 case GLSL_SAMPLER_DIM_SUBPASS: in glsl_sampler_to_pipe()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 679 case GLSL_SAMPLER_DIM_SUBPASS: in type_to_dim()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 5941 case GLSL_SAMPLER_DIM_SUBPASS: return 2; in image_type_to_components_count() 6049 (dim == GLSL_SAMPLER_DIM_SUBPASS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() 9395 instr->sampler_dim == GLSL_SAMPLER_DIM_SUBPASS || in visit_tex()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1813 - freedreno/ir3: add GLSL_SAMPLER_DIM_SUBPASS to tex_info
|