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

  /external/mesa3d/src/compiler/glsl/
link_uniform_initializers.cpp 239 if (storage->type->is_sampler()) {
279 if (type->without_array()->is_sampler() ||
ast_array_index.cpp 303 if (array->type->without_array()->is_sampler()) {
link_uniforms.cpp 51 if (type->is_sampler()) {
53 } else if (type->is_array() && type->fields.array->is_sampler()) {
525 if (base_type->is_sampler()) {
    [all...]
ast_to_hir.cpp     [all...]
builtin_functions.cpp     [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 323 unsigned elements = (uni->type->is_sampler())
723 const unsigned components = uni->type->is_sampler()
782 if (uni->type->is_sampler()) {
857 if (uni->type->is_sampler()) {
938 assert(!uni->type->is_sampler());
    [all...]
  /external/mesa3d/src/compiler/
nir_types.cpp 202 return type->is_sampler();
glsl_types.h 531 bool is_sampler() const function in struct:glsl_type
glsl_types.cpp 224 return this->is_sampler();
303 assert(t->is_sampler());
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_nir.cpp 183 if (uniform->type->is_sampler()) {
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c 2133 boolean is_sampler; local
    [all...]

Completed in 291 milliseconds