OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matrix_stride
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/compiler/glsl/
ir_uniform.h
145
int
matrix_stride
;
member in struct:gl_uniform_storage
lower_buffer_access.cpp
176
unsigned
matrix_stride
= 0;
local
198
matrix_stride
= 2 * N;
200
matrix_stride
= glsl_align(matrix_columns * N, 16);
208
new(mem_ctx) ir_constant(deref_offset + i *
matrix_stride
));
/external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp
3597
glw::GLint
matrix_stride
= 0;
local
4154
const glw::GLuint
matrix_stride
= uniform_details.m_
matrix_stride
;
local
4951
glw::GLint
matrix_stride
= 0;
local
5190
const glw::GLint
matrix_stride
= *it_uniform_
matrix_stride
s;
local
[
all
...]
Completed in 198 milliseconds