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

  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 55 T( samplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
58 T( samplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, COLOR, 4)
66 T(isamplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_INT, NONARRAY, COLOR, 3)
69 T(isamplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_INT, ARRAY, COLOR, 4)
77 T(usamplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_UINT, NONARRAY, COLOR, 3)
80 T(usamplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_UINT, ARRAY, COLOR, 4)
88 T(samplerCubeShadow, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 3)
95 GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, SHADOW, 4)
  /external/mesa3d/src/compiler/
builtin_type_macros.h 85 DECL_TYPE(samplerCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT)
88 DECL_TYPE(samplerCubeArray, GL_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_FLOAT)
97 DECL_TYPE(isamplerCube, GL_INT_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_INT)
100 DECL_TYPE(isamplerCubeArray, GL_INT_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_INT)
109 DECL_TYPE(usamplerCube, GL_UNSIGNED_INT_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_UINT)
112 DECL_TYPE(usamplerCubeArray, GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_UINT)
120 DECL_TYPE(samplerCubeShadow, GL_SAMPLER_CUBE_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 1, 0, GLSL_TYPE_FLOAT)
123 DECL_TYPE(samplerCubeArrayShadow, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 1, 1, GLSL_TYPE_FLOAT)
132 DECL_TYPE(imageCube, GL_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT)
136 DECL_TYPE(imageCubeArray, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_FLOAT
    [all...]
glsl_types.cpp 312 case GLSL_SAMPLER_DIM_CUBE:
620 case GLSL_SAMPLER_DIM_CUBE:
662 case GLSL_SAMPLER_DIM_CUBE:
692 case GLSL_SAMPLER_DIM_CUBE:
730 case GLSL_SAMPLER_DIM_CUBE:
761 case GLSL_SAMPLER_DIM_CUBE:
790 case GLSL_SAMPLER_DIM_CUBE:
    [all...]
glsl_types.h 79 GLSL_SAMPLER_DIM_CUBE,
  /external/mesa3d/src/compiler/nir/
nir_normalize_cubemap_coords.c 46 if (tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE)
nir_lower_tex.c 358 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE);
506 assert(tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE);
783 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE &&
792 tex->is_shadow && tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) {
nir.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 52 if (ir->sampler->type->sampler_dimensionality != GLSL_SAMPLER_DIM_CUBE)
brw_fs_nir.cpp     [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 575 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE;
597 case GLSL_SAMPLER_DIM_CUBE:
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 427 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE)
481 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE || is_txl) {
487 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 837 case SpvDimCube: dim = GLSL_SAMPLER_DIM_CUBE; break;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp     [all...]
builtin_functions.cpp     [all...]

Completed in 1174 milliseconds