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

  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 59 T( sampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
70 T(isampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_INT, NONARRAY, COLOR, 2)
81 T(usampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_UINT, NONARRAY, COLOR, 2)
97 GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 2)
  /external/mesa3d/src/compiler/
builtin_type_macros.h 89 DECL_TYPE(sampler2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
101 DECL_TYPE(isampler2DRect, GL_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT)
113 DECL_TYPE(usampler2DRect, GL_UNSIGNED_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT)
124 DECL_TYPE(sampler2DRectShadow, GL_SAMPLER_2D_RECT_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 1, 0, GLSL_TYPE_FLOAT)
131 DECL_TYPE(image2DRect, GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
142 DECL_TYPE(iimage2DRect, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT)
153 DECL_TYPE(uimage2DRect, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp 314 case GLSL_SAMPLER_DIM_RECT:
625 case GLSL_SAMPLER_DIM_RECT:
664 case GLSL_SAMPLER_DIM_RECT:
694 case GLSL_SAMPLER_DIM_RECT:
732 case GLSL_SAMPLER_DIM_RECT:
763 case GLSL_SAMPLER_DIM_RECT:
792 case GLSL_SAMPLER_DIM_RECT:
    [all...]
glsl_types.h 80 GLSL_SAMPLER_DIM_RECT,
  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 123 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_RECT);
584 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
737 (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT &&
742 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect) {
nir.h     [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 578 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT;
591 case GLSL_SAMPLER_DIM_RECT:
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 838 case SpvDimRect: dim = GLSL_SAMPLER_DIM_RECT; 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/amd/common/
ac_nir_to_llvm.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 474 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
    [all...]

Completed in 450 milliseconds