HomeSort by relevance Sort by last modified time
    Searched full:std140 (Results 1 - 22 of 22) sorted by null

  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Ubo.glsllib 7 #define START_MATPARAMS layout(std140) uniform matparams {
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_ubo_reference.cpp 32 * layout issues like std140 structures and row_major matrices on
252 /* std140 always rounds the stride of arrays (and matrices)
274 * arrays of vectors of the appropriate size in std140.
opt_dead_code.cpp 99 * Also, GL_ARB_uniform_buffer_object says that std140
101 * std140, just don't eliminate uniforms in UBOs.
ast_type.cpp 87 ubo_layout_mask.flags.q.std140 = 1;
glsl_types.h 251 * Alignment in bytes of the start of this type in a std140 uniform
256 /** Size in bytes of this type in a std140 uniform block.
ast.h 401 unsigned std140:1; member in struct:ast_type_qualifier::__anon14976::__anon14977
glsl_parser.yy 1171 if (strcmp($1, "std140") == 0) {
1172 $$.flags.q.std140 = 1;
    [all...]
link_uniforms.cpp 506 * "For uniform blocks laid out according to [std140] rules,
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 32 * layout issues like std140 structures and row_major matrices on
252 /* std140 always rounds the stride of arrays (and matrices)
274 * arrays of vectors of the appropriate size in std140.
opt_dead_code.cpp 99 * Also, GL_ARB_uniform_buffer_object says that std140
101 * std140, just don't eliminate uniforms in UBOs.
ast_type.cpp 87 ubo_layout_mask.flags.q.std140 = 1;
glsl_types.h 251 * Alignment in bytes of the start of this type in a std140 uniform
256 /** Size in bytes of this type in a std140 uniform block.
ast.h 401 unsigned std140:1; member in struct:ast_type_qualifier::__anon25318::__anon25319
glsl_parser.yy 1171 if (strcmp($1, "std140") == 0) {
1172 $$.flags.q.std140 = 1;
    [all...]
link_uniforms.cpp 506 * "For uniform blocks laid out according to [std140] rules,
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 613 /* The std140 packing rules don't allow vectors to cross 16-byte
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 613 /* The std140 packing rules don't allow vectors to cross 16-byte
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc     [all...]

Completed in 514 milliseconds