Lines Matching defs:available
55 * tightly together. The first 64-bit value is always the "available" bit
56 * which is 0 when the query is unavailable and 1 when it is available.
83 * written/available.
251 bool available = slot[0];
253 if (!available && (flags & VK_QUERY_RESULT_WAIT_BIT)) {
258 available = true;
270 bool write_results = available || (flags & VK_QUERY_RESULT_PARTIAL_BIT);
323 cpu_write_query_result(pData, flags, idx, available);
351 bool available)
353 gen_mi_store(b, gen_mi_mem64(addr), gen_mi_imm(available));
359 bool available)
365 pc.ImmediateData = available;
371 * setting all element values to 0 and emitting them as available.
623 * first index, mark the other query indices as being already available
677 * first index, mark the other query indices as being already available