Searched refs:std430 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.3.rst82 - glsl: Respect std430 layout in lower_buffer_access
H A D20.1.0.rst4117 - glsl: add std140 and std430 layouts to nir uniform linker
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_type.cpp68 || this->flags.q.std430
241 ubo_layout_mask.flags.q.std430 = 1;
869 Q(std430);
H A Dast.h557 unsigned std430:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508
H A Dast_to_hir.cpp3943 qual->flags.q.std430 ||
3948 "std140, std430, packed, and shared can only be "
7494 qual->flags.q.std430 ||
7499 "std140, std430, packed, and shared can only be "
7635 /* Offset can only be used with std430 and std140 layouts an initial
7652 } else if (layout->flags.q.std430) {
7676 "with std430 and std140 layouts");
7686 "std430 and std140 layouts");
7971 * Note the table in Section 4.4 says std430 is allowed on both uniform and
7975 * "The std430 qualifie
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_type.cpp67 || this->flags.q.std430
240 ubo_layout_mask.flags.q.std430 = 1;
866 bad.flags.q.std430 ? " std430" : "",
H A Dast.h553 unsigned std430:1; member in struct:ast_type_qualifier::flags::__anona299cf320508
H A Dast_to_hir.cpp3885 qual->flags.q.std430 ||
3890 "std140, std430, packed, and shared can only be "
7255 qual->flags.q.std430 ||
7260 "std140, std430, packed, and shared can only be "
7385 /* Offset can only be used with std430 and std140 layouts an initial
7402 } else if (layout->flags.q.std430) {
7426 "with std430 and std140 layouts");
7436 "std430 and std140 layouts");
7711 * Note the table in Section 4.4 says std430 is allowed on both uniform and
7715 * "The std430 qualifie
[all...]

Completed in 32 milliseconds