Searched refs:uni_offset (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_inline_uniforms.c | 388 uint32_t uni_offset = uniform_dw_offsets[i]; local in function:nir_inline_uniforms 389 if (uni_offset >= offset && uni_offset < max_offset) { 390 int index = uni_offset - offset; |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | serialize.cpp | 656 uint32_t uni_offset = blob_read_uint32(metadata); local in function:read_uniform_remap_table 658 struct gl_uniform_storage *entry = uniform_storage + uni_offset; 664 uint32_t uni_offset = blob_read_uint32(metadata); local in function:read_uniform_remap_table 665 remap_table[i] = uniform_storage + uni_offset; |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | serialize.cpp | 624 uint32_t uni_offset = blob_read_uint32(metadata); local in function:read_uniform_remap_table_entry 625 *entry = uniform_storage + uni_offset; |
Completed in 6 milliseconds