OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_integer_32
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
773
bool
is_integer_32
() const
function in struct:glsl_type
791
return
is_integer_32
() || is_integer_64();
799
return is_integer_16() ||
is_integer_32
();
807
return is_integer_16() ||
is_integer_32
() || is_integer_64();
glsl_types.cpp
1853
if (desired->is_float() && this->
is_integer_32
())
1874
if (this->
is_integer_32
())
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_array_index.cpp
158
if (!idx->type->
is_integer_32
()) {
171
if (const_index != NULL && idx->type->
is_integer_32
()) {
lower_variable_index_to_cond_assign.cpp
283
assert(index->type->
is_integer_32
());
ast_type.cpp
947
if (const_int == NULL || !const_int->type->
is_integer_32
()) {
1003
if (const_int == NULL || !const_int->type->
is_integer_32
()) {
ir_validate.cpp
604
assert(ir->type->
is_integer_32
());
769
assert(ir->type->
is_integer_32
());
ir_constant_expression.cpp
496
!index_c->type->
is_integer_32
())
ast_to_hir.cpp
750
if (!type_b->
is_integer_32
()) {
2332
if (!ir->type->
is_integer_32
()) {
2432
return (t->is_float() || t->
is_integer_32
() || t->contains_opaque()) &&
6729
!test_val->type->
is_integer_32
()) {
7051
if ((!type_a->
is_integer_32
() || !type_b->
is_integer_32
()) ||
lower_instructions.cpp
232
assert(ir->operands[1]->type->
is_integer_32
());
1775
if (ir->operands[1]->type->
is_integer_32
() && lowering(INT_DIV_TO_MUL_RCP))
ir.cpp
1663
if (!type->
is_integer_32
())
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
ir_to_mesa.cpp
1049
assert(ir->type->
is_integer_32
());
Completed in 17 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026