Home
last modified time | relevance | path

Searched refs:ubo_byte_offset (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp544 ubo_byte_offset = 0; in set_and_process()
557 ubo_byte_offset = ubo_var->Offset; in set_and_process()
576 int ubo_byte_offset; member in parcel_out_uniform_storage
748 this->ubo_byte_offset = offset; in set_buffer_offset()
764 this->ubo_byte_offset = glsl_align( in enter_record()
765 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in enter_record()
767 this->ubo_byte_offset = glsl_align( in enter_record()
768 this->ubo_byte_offset, type->std140_base_alignment(row_major)); in enter_record()
779 this->ubo_byte_offset = glsl_align( in leave_record()
780 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in leave_record()
[all …]