Searched refs:global_symbol_offsets (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h62 uint64_t *global_symbol_offsets; member in struct:r600_shader_binary
H A Devergreen_compute.c100 FREE(b->global_symbol_offsets);
222 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t));
231 binary->global_symbol_offsets[binary->global_symbol_count] =
237 uint64_t lhs = binary->global_symbol_offsets[i - 1];
238 uint64_t rhs = binary->global_symbol_offsets[i];
242 binary->global_symbol_offsets[i] = lhs;
243 binary->global_symbol_offsets[i - 1] = rhs;
362 if (binary->global_symbol_offsets[i] == symbol_offset) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_binary.h63 uint64_t *global_symbol_offsets; member in struct:ac_shader_binary
H A Dac_binary.c54 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t));
63 binary->global_symbol_offsets[binary->global_symbol_count] =
69 uint64_t lhs = binary->global_symbol_offsets[i - 1];
70 uint64_t rhs = binary->global_symbol_offsets[i];
74 binary->global_symbol_offsets[i] = lhs;
75 binary->global_symbol_offsets[i - 1] = rhs;
201 if (binary->global_symbol_offsets[i] == symbol_offset) {
309 FREE(b->global_symbol_offsets);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c203 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t));
212 binary->global_symbol_offsets[binary->global_symbol_count] =
218 uint64_t lhs = binary->global_symbol_offsets[i - 1];
219 uint64_t rhs = binary->global_symbol_offsets[i];
223 binary->global_symbol_offsets[i] = lhs;
224 binary->global_symbol_offsets[i - 1] = rhs;
343 if (binary->global_symbol_offsets[i] == symbol_offset) {
H A Dr600_pipe_common.c77 FREE(b->global_symbol_offsets);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c659 free(binary.global_symbol_offsets);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c5554 FREE(binary->global_symbol_offsets);
5556 binary->global_symbol_offsets = NULL;

Completed in 19 milliseconds