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

  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 53 T( sampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
57 T( sampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
64 T(isampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, NONARRAY, COLOR, 2)
68 T(isampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, ARRAY, COLOR, 3)
75 T(usampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_UINT, NONARRAY, COLOR, 2)
79 T(usampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_UINT, ARRAY, COLOR, 3)
87 T(sampler2DShadow, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 2)
93 GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, SHADOW, 3)
  /external/mesa3d/src/compiler/
builtin_type_macros.h 83 DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT)
87 DECL_TYPE(sampler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_FLOAT)
95 DECL_TYPE(isampler2D, GL_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_INT)
99 DECL_TYPE(isampler2DArray, GL_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_INT)
107 DECL_TYPE(usampler2D, GL_UNSIGNED_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_UINT)
111 DECL_TYPE(usampler2DArray, GL_UNSIGNED_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_UINT)
119 DECL_TYPE(sampler2DShadow, GL_SAMPLER_2D_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 0, GLSL_TYPE_FLOAT)
122 DECL_TYPE(sampler2DArrayShadow, GL_SAMPLER_2D_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 1, GLSL_TYPE_FLOAT)
129 DECL_TYPE(image2D, GL_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT)
135 DECL_TYPE(image2DArray, GL_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_FLOAT
    [all...]
glsl_types.cpp 308 case GLSL_SAMPLER_DIM_2D:
610 case GLSL_SAMPLER_DIM_2D:
656 case GLSL_SAMPLER_DIM_2D:
686 case GLSL_SAMPLER_DIM_2D:
726 case GLSL_SAMPLER_DIM_2D:
755 case GLSL_SAMPLER_DIM_2D:
784 case GLSL_SAMPLER_DIM_2D:
    [all...]
glsl_types.h 77 GLSL_SAMPLER_DIM_2D,
  /external/mesa3d/src/compiler/nir/
nir_lower_bitmap.c 93 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
nir_lower_drawpixels.c 132 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
160 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
175 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
nir_lower_tex.c 199 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
217 plane_tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
nir.h     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_bufimage.c 36 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D,
85 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
237 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D,
428 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D,
432 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D,
477 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
617 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D,
    [all...]
radv_meta_blit.c 721 fs_2d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_2D);
903 fs_2d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_2D);
    [all...]
radv_meta_resolve_cs.c 44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D,
radv_meta_blit2d.c 475 glsl_sampler_type(GLSL_SAMPLER_DIM_2D, false, false, GLSL_TYPE_UINT);
482 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 569 instr->sampler_dim = GLSL_SAMPLER_DIM_2D;
590 case GLSL_SAMPLER_DIM_2D:
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 835 case SpvDim2D: dim = GLSL_SAMPLER_DIM_2D; break;
857 assert(dim == GLSL_SAMPLER_DIM_2D);
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp     [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...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 208 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 1030 milliseconds