Searched refs:rodata_size (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h44 unsigned rodata_size; member in struct:r600_shader_binary
H A Devergreen_compute.c325 binary->rodata_size = section_data->d_size;
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.h45 unsigned rodata_size; member in struct:ac_shader_binary
H A Dac_binary.c163 binary->rodata_size = section_data->d_size;
164 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char));
165 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c306 binary->rodata_size = section_data->d_size;
307 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char));
308 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c5205 (!epilog ? mainb->rodata_size : 0);
5208 assert(!prolog || !prolog->rodata_size);
5209 assert(!previous_stage || !previous_stage->rodata_size);
5210 assert(!prolog2 || !prolog2->rodata_size);
5212 !mainb->rodata_size);
5213 assert(!epilog || !epilog->rodata_size);
5252 } else if (mainb->rodata_size > 0) {
5253 memcpy(ptr, mainb->rodata, mainb->rodata_size);
5254 ptr += mainb->rodata_size;
5561 if (binary->rodata_size
[all...]
H A Dsi_state_shaders.c142 4 + align(shader->binary.rodata_size, 4) +
158 ptr = write_chunk(ptr, shader->binary.rodata, shader->binary.rodata_size);
189 &shader->binary.rodata_size);

Completed in 50 milliseconds