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.cpp490 ubo_byte_offset = 0; in set_and_process()
502 ubo_byte_offset = ubo_var->Offset; in set_and_process()
518 int ubo_byte_offset; member in parcel_out_uniform_storage
639 this->ubo_byte_offset = offset; in set_buffer_offset()
655 this->ubo_byte_offset = glsl_align( in enter_record()
656 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in enter_record()
658 this->ubo_byte_offset = glsl_align( in enter_record()
659 this->ubo_byte_offset, type->std140_base_alignment(row_major)); in enter_record()
670 this->ubo_byte_offset = glsl_align( in leave_record()
671 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in leave_record()
[all …]