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

  /external/mesa3d/src/compiler/
builtin_type_macros.h 91 DECL_TYPE(sampler2DMS, GL_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT)
92 DECL_TYPE(sampler2DMSArray, GL_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT)
103 DECL_TYPE(isampler2DMS, GL_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT)
104 DECL_TYPE(isampler2DMSArray, GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT)
115 DECL_TYPE(usampler2DMS, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_UINT)
116 DECL_TYPE(usampler2DMSArray, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_UINT)
137 DECL_TYPE(image2DMS, GL_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT)
138 DECL_TYPE(image2DMSArray, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT)
148 DECL_TYPE(iimage2DMS, GL_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT)
149 DECL_TYPE(iimage2DMSArray, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT
    [all...]
glsl_types.cpp 320 case GLSL_SAMPLER_DIM_MS:
637 case GLSL_SAMPLER_DIM_MS:
672 case GLSL_SAMPLER_DIM_MS:
702 case GLSL_SAMPLER_DIM_MS:
742 case GLSL_SAMPLER_DIM_MS:
771 case GLSL_SAMPLER_DIM_MS:
800 case GLSL_SAMPLER_DIM_MS:
    [all...]
glsl_types.h 83 GLSL_SAMPLER_DIM_MS,
  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 61 T( sampler2DMS, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
62 T( sampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
72 T(isampler2DMS, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_INT, NONARRAY, COLOR, 2)
73 T(isampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_INT, ARRAY, COLOR, 3)
83 T(usampler2DMS, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_UINT, NONARRAY, COLOR, 2)
84 T(usampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_UINT, ARRAY, COLOR, 3)
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve_cs.c 40 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS,
90 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
111 tex_all_same->sampler_dim = GLSL_SAMPLER_DIM_MS;
132 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS;
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 241 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
268 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 593 case GLSL_SAMPLER_DIM_MS:
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 858 dim = GLSL_SAMPLER_DIM_MS;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir.cpp     [all...]
ast_to_hir.cpp     [all...]
builtin_functions.cpp     [all...]
glsl_to_nir.cpp 898 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) {
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]

Completed in 729 milliseconds