OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contains_sampler
(Results
1 - 16
of
16
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
loop_unroll.cpp
103
ir->array->type->
contains_sampler
()) &&
ir.h
485
if (!this->type->
contains_sampler
() && !this->type->contains_image())
link_uniforms.cpp
564
} else if (type->
contains_sampler
() && !current_var->data.bindless) {
ast_to_hir.cpp
3128
&& (var_type->
contains_sampler
() || var_type->contains_image())) {
3678
!var->type->
contains_sampler
()) {
3695
if (var->type->
contains_sampler
() || var->type->contains_image()) {
3865
if (var->type->
contains_sampler
() &&
ir.cpp
1768
(this->type->
contains_sampler
() || this->type->contains_image()))
linker.cpp
465
if (!ir->variable_referenced()->type->
contains_sampler
())
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
loop_unroll.cpp
103
ir->array->type->
contains_sampler
()) &&
ir.h
482
if (!this->type->
contains_sampler
() && !this->type->contains_image())
link_uniforms.cpp
349
} else if (type->
contains_sampler
() && !current_var->data.bindless) {
ast_to_hir.cpp
3059
&& (var_type->
contains_sampler
() || var_type->contains_image())) {
3598
!var->type->
contains_sampler
()) {
3615
if (var->type->
contains_sampler
() || var->type->contains_image()) {
3807
if (var->type->
contains_sampler
() &&
ir.cpp
1466
(this->type->
contains_sampler
() || this->type->contains_image()))
linker.cpp
432
if (!ir->variable_referenced()->type->
contains_sampler
())
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
948
bool
contains_sampler
() const;
glsl_types.cpp
218
glsl_type::
contains_sampler
() const
function in class:glsl_type
221
return this->fields.array->
contains_sampler
();
224
if (this->fields.structure[i].type->
contains_sampler
())
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
696
bool
contains_sampler
() const;
glsl_types.cpp
208
glsl_type::
contains_sampler
() const
function in class:glsl_type
211
return this->fields.array->
contains_sampler
();
214
if (this->fields.structure[i].type->
contains_sampler
())
Completed in 40 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026