Lines Matching defs:values
447 /* Pack values. */
681 /* Pack values. */
1107 * geometry shader with NGG), allocate 2x64-bit values for begin/end.
1123 /* When the query pool needs GDS, allocate 4x64-bit values for begin/end of NGG GS and
1457 unsigned values = (flags & VK_QUERY_RESULT_WITH_AVAILABILITY_BIT) ? 1 : 0;
1465 values += 1;
1468 values += util_bitcount(pool->pipeline_stats_mask);
1471 values += 2;
1474 values += 1;
1479 return values * ((flags & VK_QUERY_RESULT_64_BIT) ? 8 : 4);