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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_uniforms.cpp247 ubo_byte_offset = ubo_var->Offset;
256 int ubo_byte_offset; member in class:parcel_out_uniform_storage
337 this->ubo_byte_offset = align(this->ubo_byte_offset, alignment);
338 this->uniforms[id].offset = this->ubo_byte_offset;
339 this->ubo_byte_offset += type->std140_size(ubo_var->RowMajor);
/external/mesa3d/src/glsl/
H A Dlink_uniforms.cpp247 ubo_byte_offset = ubo_var->Offset;
256 int ubo_byte_offset; member in class:parcel_out_uniform_storage
337 this->ubo_byte_offset = align(this->ubo_byte_offset, alignment);
338 this->uniforms[id].offset = this->ubo_byte_offset;
339 this->ubo_byte_offset += type->std140_size(ubo_var->RowMajor);

Completed in 60 milliseconds