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

  /external/mesa3d/src/compiler/
builtin_type_macros.h 90 DECL_TYPE(samplerBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT)
102 DECL_TYPE(isamplerBuffer, GL_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT)
114 DECL_TYPE(usamplerBuffer, GL_UNSIGNED_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT)
133 DECL_TYPE(imageBuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT)
144 DECL_TYPE(iimageBuffer, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT)
155 DECL_TYPE(uimageBuffer, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp 316 case GLSL_SAMPLER_DIM_BUF:
632 case GLSL_SAMPLER_DIM_BUF:
668 case GLSL_SAMPLER_DIM_BUF:
698 case GLSL_SAMPLER_DIM_BUF:
737 case GLSL_SAMPLER_DIM_BUF:
767 case GLSL_SAMPLER_DIM_BUF:
796 case GLSL_SAMPLER_DIM_BUF:
    [all...]
glsl_types.h 81 GLSL_SAMPLER_DIM_BUF,
  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 60 T( samplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1)
71 T(isamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_INT, NONARRAY, COLOR, 1)
82 T(usamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_UINT, NONARRAY, COLOR, 1)
  /external/mesa3d/src/amd/vulkan/
radv_meta_bufimage.c 40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
233 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
288 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
    [all...]
radv_meta_blit2d.c 506 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_UINT);
525 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 587 case GLSL_SAMPLER_DIM_BUF:
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/compiler/nir/
nir.h     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 839 case SpvDimBuffer: dim = GLSL_SAMPLER_DIM_BUF; break;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp     [all...]
builtin_functions.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 489 milliseconds