HomeSort by relevance Sort by last modified time
    Searched refs:GLSL_SAMPLER_DIM_SUBPASS (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/compiler/
builtin_type_macros.h 162 DECL_TYPE(subpassInput, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0, GLSL_TYPE_FLOAT)
164 DECL_TYPE(isubpassInput, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0, GLSL_TYPE_INT)
166 DECL_TYPE(usubpassInput, 0, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_SUBPASS, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp 646 case GLSL_SAMPLER_DIM_SUBPASS:
676 case GLSL_SAMPLER_DIM_SUBPASS:
706 case GLSL_SAMPLER_DIM_SUBPASS:
744 case GLSL_SAMPLER_DIM_SUBPASS:
773 case GLSL_SAMPLER_DIM_SUBPASS:
802 case GLSL_SAMPLER_DIM_SUBPASS:
    [all...]
glsl_types.h 84 GLSL_SAMPLER_DIM_SUBPASS, /* for vulkan input attachments */
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 50 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS &&
anv_nir_apply_pipeline_layout.c 354 if (dim != GLSL_SAMPLER_DIM_SUBPASS &&
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 600 case GLSL_SAMPLER_DIM_SUBPASS:
  /external/mesa3d/src/compiler/nir/
nir.h     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 840 case SpvDimSubpassData: dim = GLSL_SAMPLER_DIM_SUBPASS; break;
867 assert((dim == GLSL_SAMPLER_DIM_SUBPASS) || format);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 314 milliseconds