OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:std430_base_alignment
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_uniform_blocks.cpp
74
this->offset, type->
std430_base_alignment
(row_major));
95
this->offset, type->
std430_base_alignment
(row_major));
164
alignment = type->
std430_base_alignment
(v->RowMajor);
lower_buffer_access.cpp
78
field_align = field->type->
std430_base_alignment
(row_major);
388
field_align = type->
std430_base_alignment
(field_row_major);
link_uniforms.cpp
1025
this->ubo_byte_offset, type->
std430_base_alignment
(row_major));
1040
this->ubo_byte_offset, type->
std430_base_alignment
(row_major));
1141
alignment = type->
std430_base_alignment
(row_major);
lower_shared_reference.cpp
113
unsigned var_align = var->type->
std430_base_alignment
(false);
ast_to_hir.cpp
7653
align = field_type->
std430_base_alignment
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_uniform_blocks.cpp
74
this->offset, type->
std430_base_alignment
(row_major));
95
this->offset, type->
std430_base_alignment
(row_major));
164
alignment = type->
std430_base_alignment
(v->RowMajor);
lower_buffer_access.cpp
78
field_align = field->type->
std430_base_alignment
(row_major);
388
field_align = type->
std430_base_alignment
(field_row_major);
link_uniforms.cpp
796
this->ubo_byte_offset, type->
std430_base_alignment
(row_major));
811
this->ubo_byte_offset, type->
std430_base_alignment
(row_major));
911
alignment = type->
std430_base_alignment
(row_major);
lower_shared_reference.cpp
111
unsigned var_align = var->type->
std430_base_alignment
(false);
ast_to_hir.cpp
7403
align = field_type->
std430_base_alignment
(row_major);
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp
2215
glsl_type::
std430_base_alignment
(bool row_major) const
function in class:glsl_type
2262
return this->fields.array->
std430_base_alignment
(row_major);
2286
return array_type->
std430_base_alignment
(false);
2315
field_type->
std430_base_alignment
(field_row_major));
2464
stride = this->without_array()->
std430_base_alignment
(row_major);
2487
unsigned align = field_type->
std430_base_alignment
(field_row_major);
2536
unsigned falign = fields[i].type->
std430_base_alignment
(field_row_major);
glsl_types.h
607
unsigned
std430_base_alignment
(bool row_major) const;
nir_types.cpp
956
return type->
std430_base_alignment
(row_major);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp
1960
glsl_type::
std430_base_alignment
(bool row_major) const
function in class:glsl_type
2007
return this->fields.array->
std430_base_alignment
(row_major);
2031
return array_type->
std430_base_alignment
(false);
2060
field_type->
std430_base_alignment
(field_row_major));
2141
stride = this->without_array()->
std430_base_alignment
(row_major);
2164
unsigned align = field_type->
std430_base_alignment
(field_row_major);
2213
unsigned falign = fields[i].type->
std430_base_alignment
(field_row_major);
glsl_types.h
472
unsigned
std430_base_alignment
(bool row_major) const;
Completed in 65 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026