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

  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 106 unsigned array_stride; local
113 array_stride = 4;
115 array_stride = deref_array->type->std140_size(row_major);
116 array_stride = align(array_stride, 16);
121 const_offset += array_stride * const_index->value.i[0];
125 new(mem_ctx) ir_constant(array_stride)));
231 unsigned array_stride = local
240 deref_offset + i * array_stride);
ir_uniform.h 150 int array_stride; member in struct:gl_uniform_storage
link_uniforms.cpp 342 this->uniforms[id].array_stride =
345 this->uniforms[id].array_stride = 0;
359 this->uniforms[id].array_stride = -1;
  /external/deqp/doc/testspecs/GLES31/
functional.program_interface_query.txt 65 array_size, array_stride, atomic_counter_buffer_index, block_index,
67 referenced_by_shader, and type test properties ARRAY_SIZE, ARRAY_STRIDE,
  /external/deqp/scripts/opengl/
gen_str_util.py 866 "ARRAY_STRIDE",
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 136 params[i] = uni->array_stride;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]

Completed in 135 milliseconds