Home
last modified time | relevance | path

Searched refs:rodata_size (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_binary.c163 binary->rodata_size = section_data->d_size; in ac_elf_read()
164 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char)); in ac_elf_read()
165 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size); in ac_elf_read()
Dac_binary.h41 unsigned rodata_size; member
/external/u-boot/tools/buildman/
Dbuilderthread.py335 rodata_size = ''
344 rodata_size = fields[2]
352 rodata_size)
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c305 binary->rodata_size = section_data->d_size; in r600_elf_read()
306 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char)); in r600_elf_read()
307 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size); in r600_elf_read()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5273 (!epilog ? mainb->rodata_size : 0); in si_shader_binary_upload()
5276 assert(!prolog || !prolog->rodata_size); in si_shader_binary_upload()
5277 assert(!previous_stage || !previous_stage->rodata_size); in si_shader_binary_upload()
5278 assert(!prolog2 || !prolog2->rodata_size); in si_shader_binary_upload()
5280 !mainb->rodata_size); in si_shader_binary_upload()
5281 assert(!epilog || !epilog->rodata_size); in si_shader_binary_upload()
5319 else if (mainb->rodata_size > 0) in si_shader_binary_upload()
5320 memcpy(ptr, mainb->rodata, mainb->rodata_size); in si_shader_binary_upload()
5615 if (binary->rodata_size && in si_compile_llvm()
Dsi_state_shaders.c125 4 + align(shader->binary.rodata_size, 4) + in si_get_shader_binary()
141 ptr = write_chunk(ptr, shader->binary.rodata, shader->binary.rodata_size); in si_get_shader_binary()
172 &shader->binary.rodata_size); in si_load_shader_binary()