Searched refs:GLSL_SAMPLER_DIM_SUBPASS (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 198 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,… 200 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,… 202 … 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0,…
|
D | glsl_types.cpp | 776 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance() 806 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance() 836 case GLSL_SAMPLER_DIM_SUBPASS: in get_sampler_instance() 874 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 903 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 932 case GLSL_SAMPLER_DIM_SUBPASS: in get_image_instance() 2114 case GLSL_SAMPLER_DIM_SUBPASS: in coordinate_components()
|
D | glsl_types.h | 112 GLSL_SAMPLER_DIM_SUBPASS, /* for vulkan input attachments */ enumerator
|
/external/mesa3d/src/amd/common/ |
D | ac_shader_info.c | 103 if (dim == GLSL_SAMPLER_DIM_SUBPASS || in gather_intrinsic_info()
|
D | ac_nir_to_llvm.c | 3439 case GLSL_SAMPLER_DIM_SUBPASS: in image_type_to_components_count() 3545 bool add_frag_pos = (dim == GLSL_SAMPLER_DIM_SUBPASS || in get_image_coords() 3668 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_SUBPASS || in visit_image_load()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_input_attachments.c | 50 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
|
D | anv_nir_apply_pipeline_layout.c | 450 if (dim == GLSL_SAMPLER_DIM_SUBPASS || in anv_nir_apply_pipeline_layout()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 600 case GLSL_SAMPLER_DIM_SUBPASS: in ptn_tex()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 1277 case GLSL_SAMPLER_DIM_SUBPASS: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1195 case SpvDimSubpassData: dim = GLSL_SAMPLER_DIM_SUBPASS; break; in vtn_handle_type() 1214 else if (dim == GLSL_SAMPLER_DIM_SUBPASS) in vtn_handle_type()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1294 case GLSL_SAMPLER_DIM_SUBPASS: in ttn_tex()
|