Searched refs:WRITE_STR (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/dup2/ |
H A D | dup207.c | 19 #define WRITE_STR "abcdefg" macro 38 SAFE_WRITE(SAFE_WRITE_ALL, ofd, WRITE_STR, sizeof(WRITE_STR) - 1); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/lseek/ |
H A D | lseek01.c | 19 #define WRITE_STR "abcdefg" macro 76 SAFE_WRITE(SAFE_WRITE_ALL, fd, WRITE_STR, sizeof(WRITE_STR) - 1); in setup()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 4279 #define WRITE_STR(field, ...) ({ \ macro 4312 WRITE_STR(props->name, "%s", _mesa_shader_stage_to_abbrev(stage)); in tu_GetPipelineExecutablePropertiesKHR() 4314 WRITE_STR(props->name, "Binning VS"); in tu_GetPipelineExecutablePropertiesKHR() 4316 WRITE_STR(props->description, "%s", _mesa_shader_stage_to_string(stage)); in tu_GetPipelineExecutablePropertiesKHR() 4341 WRITE_STR(stat->name, "Max Waves Per Core"); in tu_GetPipelineExecutableStatisticsKHR() 4342 WRITE_STR(stat->description, in tu_GetPipelineExecutableStatisticsKHR() 4349 WRITE_STR(stat->name, "Instruction Count"); in tu_GetPipelineExecutableStatisticsKHR() 4350 WRITE_STR(stat->description, in tu_GetPipelineExecutableStatisticsKHR() 4358 WRITE_STR(stat->name, "Code size"); in tu_GetPipelineExecutableStatisticsKHR() 4359 WRITE_STR(sta in tu_GetPipelineExecutableStatisticsKHR() [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 2986 #define WRITE_STR(field, ...) ({ \ macro 3009 WRITE_STR(props->name, "%s%d %s", in anv_GetPipelineExecutablePropertiesKHR() 3014 WRITE_STR(props->name, "%s", _mesa_shader_stage_to_string(stage)); in anv_GetPipelineExecutablePropertiesKHR() 3016 WRITE_STR(props->description, "%s%d %s shader", in anv_GetPipelineExecutablePropertiesKHR() 3076 WRITE_STR(stat->name, "Instruction Count"); in anv_GetPipelineExecutableStatisticsKHR() 3077 WRITE_STR(stat->description, in anv_GetPipelineExecutableStatisticsKHR() 3085 WRITE_STR(stat->name, "SEND Count"); in anv_GetPipelineExecutableStatisticsKHR() 3086 WRITE_STR(stat->description, in anv_GetPipelineExecutableStatisticsKHR() 3095 WRITE_STR(stat->name, "Loop Count"); in anv_GetPipelineExecutableStatisticsKHR() 3096 WRITE_STR(sta in anv_GetPipelineExecutableStatisticsKHR() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 3427 #define WRITE_STR(field, ...) ({ \ macro 3553 WRITE_STR(ir->name, "NIR (%s)", broadcom_shader_stage_name(exe->stage)); in v3dv_GetPipelineExecutableInternalRepresentationsKHR() 3554 WRITE_STR(ir->description, "Final NIR form"); in v3dv_GetPipelineExecutableInternalRepresentationsKHR() 3563 WRITE_STR(ir->name, "QPU (%s)", broadcom_shader_stage_name(exe->stage)); in v3dv_GetPipelineExecutableInternalRepresentationsKHR() 3564 WRITE_STR(ir->description, "Final QPU assembly"); in v3dv_GetPipelineExecutableInternalRepresentationsKHR() 3593 WRITE_STR(props->name, "%s (%s)", in v3dv_GetPipelineExecutablePropertiesKHR() 3598 WRITE_STR(props->description, "%s", in v3dv_GetPipelineExecutablePropertiesKHR() 3634 WRITE_STR(stat->name, "Compile Strategy"); in v3dv_GetPipelineExecutableStatisticsKHR() 3635 WRITE_STR(stat->description, "Chosen compile strategy index"); in v3dv_GetPipelineExecutableStatisticsKHR() 3641 WRITE_STR(sta in v3dv_GetPipelineExecutableStatisticsKHR() [all...] |
Completed in 16 milliseconds