Searched refs:uint64s_per_slot (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_query.c90 uint32_t uint64s_per_slot = 0; local in function:genX
98 uint64s_per_slot = 1 + 2;
102 uint64s_per_slot = 1 + 1;
112 uint64s_per_slot = 1 + 2 * util_bitcount(pipeline_statistics);
118 uint64s_per_slot = 1 + 4;
124 uint64s_per_slot = 2; /* availability + marker */
126 uint64s_per_slot = align_u32(uint64s_per_slot,
128 data_offset = uint64s_per_slot * sizeof(uint64_t);
130 uint64s_per_slot
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_query.c59 uint32_t uint64s_per_slot = 1; local in function:genX
65 uint64s_per_slot += 2;
69 uint64s_per_slot += 1;
79 uint64s_per_slot += 2 * util_bitcount(pipeline_statistics);
85 uint64s_per_slot += 4;
98 pool->stride = uint64s_per_slot * sizeof(uint64_t);

Completed in 4 milliseconds