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

  /external/mesa3d/src/compiler/
builtin_type_macros.h 81 DECL_TYPE(sampler, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_VOID)
82 DECL_TYPE(sampler1D, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT)
83 DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT)
84 DECL_TYPE(sampler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT)
85 DECL_TYPE(samplerCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT)
86 DECL_TYPE(sampler1DArray, GL_SAMPLER_1D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_FLOAT)
87 DECL_TYPE(sampler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_FLOAT)
88 DECL_TYPE(samplerCubeArray, GL_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_FLOAT)
89 DECL_TYPE(sampler2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
90 DECL_TYPE(samplerBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT
    [all...]
glsl_types.h 58 GLSL_TYPE_SAMPLER,
533 return base_type == GLSL_TYPE_SAMPLER;
glsl_types.cpp 98 if (base_type == GLSL_TYPE_SAMPLER) {
264 case GLSL_TYPE_SAMPLER:
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_types.cpp 79 case GLSL_TYPE_SAMPLER:
  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 86 case GLSL_TYPE_SAMPLER:
120 case GLSL_TYPE_SAMPLER:
226 case GLSL_TYPE_SAMPLER:
sampler_types_test.cpp 44 EXPECT_EQ(GLSL_TYPE_SAMPLER, type->base_type); \
copy_constant_to_storage_tests.cpp 150 * GLSL_TYPE_SAMPLER instead of using the base type from the constant.
165 GLSL_TYPE_SAMPLER,
  /external/mesa3d/src/compiler/nir/
nir_split_var_copies.c 196 case GLSL_TYPE_SAMPLER:
  /external/mesa3d/src/compiler/glsl/
link_uniform_initializers.cpp 60 case GLSL_TYPE_SAMPLER:
133 if (storage->type->base_type == GLSL_TYPE_SAMPLER &&
ir_clone.cpp 368 case GLSL_TYPE_SAMPLER:
ast_to_hir.cpp     [all...]
ir.cpp     [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 356 || uni->type->base_type == GLSL_TYPE_SAMPLER
377 case GLSL_TYPE_SAMPLER:
403 case GLSL_TYPE_SAMPLER:
672 case GLSL_TYPE_SAMPLER:
740 case GLSL_TYPE_SAMPLER:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 57 case GLSL_TYPE_SAMPLER:
    [all...]
brw_vec4_visitor.cpp 614 case GLSL_TYPE_SAMPLER:
    [all...]
brw_fs.cpp 474 case GLSL_TYPE_SAMPLER:
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 544 case GLSL_TYPE_SAMPLER:
    [all...]

Completed in 197 milliseconds