HomeSort by: relevance | last modified time | path
    Searched refs:GLSL_SAMPLER_DIM_RECT (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.h 69 case GLSL_SAMPLER_DIM_RECT:
90 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib/dist/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)
  /xsrc/external/mit/MesaLib.old/dist/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)
  /xsrc/external/mit/MesaLib/dist/src/compiler/
builtin_type_macros.h 96 DECL_TYPE(sampler2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
108 DECL_TYPE(isampler2DRect, GL_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT)
120 DECL_TYPE(usampler2DRect, GL_UNSIGNED_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT)
132 DECL_TYPE(sampler2DRectShadow, GL_SAMPLER_2D_RECT_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 1, 0, GLSL_TYPE_FLOAT)
139 DECL_TYPE(image2DRect, GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
150 DECL_TYPE(iimage2DRect, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT)
161 DECL_TYPE(uimage2DRect, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT)
172 DECL_TYPE(i64image2DRect, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT64)
183 DECL_TYPE(u64image2DRect, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT64)
glsl_types.cpp 348 case GLSL_SAMPLER_DIM_RECT:
859 case GLSL_SAMPLER_DIM_RECT:
898 case GLSL_SAMPLER_DIM_RECT:
928 case GLSL_SAMPLER_DIM_RECT:
968 case GLSL_SAMPLER_DIM_RECT:
999 case GLSL_SAMPLER_DIM_RECT:
1028 case GLSL_SAMPLER_DIM_RECT:
1057 case GLSL_SAMPLER_DIM_RECT:
1084 case GLSL_SAMPLER_DIM_RECT:
3255 case GLSL_SAMPLER_DIM_RECT
    [all...]
glsl_types.h 247 GLSL_SAMPLER_DIM_RECT,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
builtin_type_macros.h 96 DECL_TYPE(sampler2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
108 DECL_TYPE(isampler2DRect, GL_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT)
120 DECL_TYPE(usampler2DRect, GL_UNSIGNED_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT)
131 DECL_TYPE(sampler2DRectShadow, GL_SAMPLER_2D_RECT_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 1, 0, GLSL_TYPE_FLOAT)
138 DECL_TYPE(image2DRect, GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
149 DECL_TYPE(iimage2DRect, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT)
160 DECL_TYPE(uimage2DRect, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp 338 case GLSL_SAMPLER_DIM_RECT:
801 case GLSL_SAMPLER_DIM_RECT:
840 case GLSL_SAMPLER_DIM_RECT:
870 case GLSL_SAMPLER_DIM_RECT:
908 case GLSL_SAMPLER_DIM_RECT:
939 case GLSL_SAMPLER_DIM_RECT:
968 case GLSL_SAMPLER_DIM_RECT:
2353 case GLSL_SAMPLER_DIM_RECT:
glsl_types.h 162 GLSL_SAMPLER_DIM_RECT,
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d33_tex.c 62 case GLSL_SAMPLER_DIM_RECT:
161 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
v3d40_tex.c 320 GLSL_SAMPLER_DIM_RECT),
447 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
v3d33_tex.c 55 case GLSL_SAMPLER_DIM_RECT:
153 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
v3d40_tex.c 76 GLSL_SAMPLER_DIM_RECT),
312 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_enums.c 98 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir_legalize_image_load_store.cpp 71 case GLSL_SAMPLER_DIM_RECT:
sfn_instruction_tex.cpp 199 if (tex->sampler_dim != GLSL_SAMPLER_DIM_RECT)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_image.c 131 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_blit.c 47 tex->sampler_dim = GLSL_SAMPLER_DIM_RECT;
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_shader_util.c 232 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c 228 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
732 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
1014 (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT &&
1019 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_tex.c 156 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
860 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
1291 (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT &&
1296 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect &&
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
nir.c 314 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_to_nir.c 557 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT;
570 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
tgsi_to_nir.c 1167 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT;
1170 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT;
1308 case GLSL_SAMPLER_DIM_RECT:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
codegen.c 137 case GLSL_SAMPLER_DIM_RECT:

Completed in 77 milliseconds

1 2 3