Searched refs:workitem_private_segment_byte_size (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Damd_kernel_code_t.h156 * workitem_private_segment_byte_size only specifies the statically
437 uint32_t workitem_private_segment_byte_size; member in struct:amd_kernel_code_s
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Damd_kernel_code_t.h182 * workitem_private_segment_byte_size only specifies the statically
468 uint32_t workitem_private_segment_byte_size; member in struct:amd_kernel_code_s
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c80 align(code_object->workitem_private_segment_byte_size * 64, 1024);
579 if (code_object->workitem_private_segment_byte_size > 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c106 align(code_object->workitem_private_segment_byte_size * 64, 1024);
620 if (code_object->workitem_private_segment_byte_size > 0) {

Completed in 6 milliseconds