Searched refs:rodata_size (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_compute_internal.h | 44 unsigned rodata_size; member in struct:r600_shader_binary
|
| H A D | evergreen_compute.c | 325 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 D | ac_binary.h | 45 unsigned rodata_size; member in struct:ac_shader_binary
|
| H A D | ac_binary.c | 163 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 D | evergreen_compute.c | 306 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 D | si_shader.c | 5205 (!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 D | si_state_shaders.c | 142 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