HomeSort by: relevance | last modified time | path
    Searched defs:statistics (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_query.c 78 /* Statistics queries have a min and max for every statistic */
281 uint32_t statistics = pool->pipeline_statistics; local
282 while (statistics) {
283 uint32_t stat = u_bit_scan(&statistics);
535 uint32_t statistics = pool->pipeline_statistics; local
537 while (statistics) {
538 uint32_t stat = u_bit_scan(&statistics);
592 uint32_t statistics = pool->pipeline_statistics; local
594 while (statistics) {
595 uint32_t stat = u_bit_scan(&statistics);
770 uint32_t statistics = pool->pipeline_statistics; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
ptrveloc.h 90 } statistics; member in struct:_DeviceVelocityRec
  /xsrc/external/mit/xorg-server.old/dist/include/
ptrveloc.h 93 } statistics; member in struct:_DeviceVelocityRec
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.c 860 VkShaderStatisticsInfoAMD statistics = {}; local
861 statistics.shaderStageMask = shaderStage;
862 statistics.numPhysicalVgprs = RADV_NUM_PHYSICAL_VGPRS;
863 statistics.numPhysicalSgprs = ac_get_num_physical_sgprs(device->physical_device->rad_info.chip_class);
864 statistics.numAvailableSgprs = statistics.numPhysicalSgprs;
870 statistics.numAvailableVgprs = statistics.numPhysicalVgprs /
871 ceil((double)workgroup_size / statistics.numPhysicalVgprs);
873 statistics.computeWorkGroupSize[0] = local_size[0]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_query.c 111 /* Statistics queries have a min and max for every statistic */
510 uint32_t statistics = pool->pipeline_statistics; local
511 while (statistics) {
512 uint32_t stat = u_bit_scan(&statistics);
915 uint32_t statistics = pool->pipeline_statistics; local
917 while (statistics) {
918 uint32_t stat = u_bit_scan(&statistics);
1093 uint32_t statistics = pool->pipeline_statistics; local
1095 while (statistics) {
1096 uint32_t stat = u_bit_scan(&statistics);
1411 uint32_t statistics = pool->pipeline_statistics; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_query.c 382 statistics_index(uint32_t *statistics)
385 stat = u_bit_scan(statistics);
465 uint32_t statistics = pool->pipeline_statistics; local
494 uint32_t stat_idx = statistics_index(&statistics);
608 uint32_t statistics = pool->pipeline_statistics; local
626 uint32_t stat_idx = statistics_index(&statistics);
712 uint32_t statistics = pool->pipeline_statistics; local
722 uint32_t stat_idx = statistics_index(&statistics);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_private.h 339 struct pipe_query_data_pipeline_statistics statistics; member in struct:draw_context
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader.c 1625 /* This is used for reporting LDS statistics */
1707 variant->statistics = calloc(bin->stats_size, 1);
1708 memcpy(variant->statistics, bin->data, bin->stats_size);
1998 free(variant->statistics);
2199 VkShaderStatisticsInfoAMD statistics = {0}; local
2200 statistics.shaderStageMask = shaderStage;
2201 statistics.numPhysicalVgprs =
2203 statistics.numPhysicalSgprs =
2205 statistics.numAvailableSgprs = statistics.numPhysicalSgprs
    [all...]
radv_shader.h 474 uint32_t *statistics; member in struct:radv_shader_variant
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_private.h 418 struct pipe_query_data_pipeline_statistics statistics; member in struct:draw_context

Completed in 52 milliseconds