Lines Matching defs:available
82 * the "available" bit which is 0 when the query is unavailable and 1 when
83 * it is available. The 64-bit values that follow are determined by the
87 * 64bytes so we put those first and have the "available" bit behind
116 * written/available.
461 bool available = query_is_available(pool, firstQuery + i);
463 if (!available && (flags & VK_QUERY_RESULT_WAIT_BIT)) {
469 available = true;
487 bool write_results = available || (flags & VK_QUERY_RESULT_PARTIAL_BIT);
501 uint64_t result = available ? slot[2] - slot[1] : 0;
594 cpu_write_query_result(pData, flags, idx, available);
625 bool available)
627 mi_store(b, mi_mem64(addr), mi_imm(available));
633 bool available)
642 pc.ImmediateData = available;
648 * setting all element values to 0 and emitting them as available.
1216 * first index, mark the other query indices as being already available
1269 * first index, mark the other query indices as being already available
1402 1 /* available */, flags, idx, result);