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.cpp789 ubo_byte_offset = 0; in set_and_process()
802 ubo_byte_offset = ubo_var->Offset; in set_and_process()
821 int ubo_byte_offset; member in parcel_out_uniform_storage
995 this->ubo_byte_offset = offset; in set_buffer_offset()
1011 this->ubo_byte_offset = glsl_align( in enter_record()
1012 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in enter_record()
1014 this->ubo_byte_offset = glsl_align( in enter_record()
1015 this->ubo_byte_offset, type->std140_base_alignment(row_major)); in enter_record()
1026 this->ubo_byte_offset = glsl_align( in leave_record()
1027 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in leave_record()
[all …]