Searched refs:rodata (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h59 unsigned char *rodata; member in struct:r600_shader_binary
H A Devergreen_compute.c99 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 Dac_binary.h60 unsigned char *rodata; member in struct:ac_shader_binary
H A Dac_binary.c161 } 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 D10.6.4.rst99 - radeonsi: upload shader rodata after updating scratch relocations
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86-64/
H A Dxform4.S109 .section .rodata
/xsrc/external/mit/MesaLib/dist/src/mesa/x86-64/
H A Dxform4.S117 .section .rodata
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c304 } 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 Dr600_pipe_common.c76 FREE(b->rodata);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c658 free(binary.rodata);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c158 ptr = write_chunk(ptr, shader->binary.rodata, shader->binary.rodata_size);
188 ptr = read_chunk(ptr, (void**)&shader->binary.rodata,
H A Dsi_shader.c5253 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