Searched refs:rodata (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_compute_internal.h | 59 unsigned char *rodata; member in struct:r600_shader_binary
|
| H A D | evergreen_compute.c | 99 FREE(b->rodata); 323 } else if (!strncmp(name, ".rodata", 7)) { 326 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char)); 327 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_binary.h | 60 unsigned char *rodata; member in struct:ac_shader_binary
|
| H A D | ac_binary.c | 161 } else if (!strncmp(name, ".rodata", 7)) { 164 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char)); 165 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size); 308 FREE(b->rodata);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.4.rst | 99 - radeonsi: upload shader rodata after updating scratch relocations
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86-64/ |
| H A D | xform4.S | 109 .section .rodata
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86-64/ |
| H A D | xform4.S | 117 .section .rodata
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_compute.c | 304 } else if (!strncmp(name, ".rodata", 7)) { 307 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char)); 308 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size);
|
| H A D | r600_pipe_common.c | 76 FREE(b->rodata);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 658 free(binary.rodata);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_shaders.c | 158 ptr = write_chunk(ptr, shader->binary.rodata, shader->binary.rodata_size); 188 ptr = read_chunk(ptr, (void**)&shader->binary.rodata,
|
| H A D | si_shader.c | 5253 memcpy(ptr, mainb->rodata, mainb->rodata_size); 5558 /* Some shaders can't have rodata because their binaries can be 5566 fprintf(stderr, "radeonsi: The shader can't have rodata.");
|
Completed in 25 milliseconds