HomeSort by: relevance | last modified time | path
    Searched refs:contains_image (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 310 if (!var->type->contains_image())
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 965 bool contains_image() const;
glsl_types.cpp 363 glsl_type::contains_image() const function in class:glsl_type
366 return this->fields.array->contains_image();
369 if (this->fields.structure[i].type->contains_image())
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 310 if (!var->type->contains_image())
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 713 bool contains_image() const;
glsl_types.cpp 353 glsl_type::contains_image() const function in class:glsl_type
356 return this->fields.array->contains_image();
359 if (this->fields.structure[i].type->contains_image())
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir.h 485 if (!this->type->contains_sampler() && !this->type->contains_image())
link_uniforms.cpp 568 } else if (type->contains_image() && !current_var->data.bindless) {
ast_to_hir.cpp 3128 && (var_type->contains_sampler() || var_type->contains_image())) {
3685 !var->type->contains_image()) {
3695 if (var->type->contains_sampler() || var->type->contains_image()) {
7457 if (!state->has_bindless() && decl_type->contains_image()) {
ir.cpp 1768 (this->type->contains_sampler() || this->type->contains_image()))
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir.h 482 if (!this->type->contains_sampler() && !this->type->contains_image())
link_uniforms.cpp 353 } else if (type->contains_image() && !current_var->data.bindless) {
ast_to_hir.cpp 3059 && (var_type->contains_sampler() || var_type->contains_image())) {
3605 !var->type->contains_image()) {
3615 if (var->type->contains_sampler() || var->type->contains_image()) {
7218 if (!state->has_bindless() && decl_type->contains_image()) {
ir.cpp 1466 (this->type->contains_sampler() || this->type->contains_image()))

Completed in 35 milliseconds