Home
last modified time | relevance | path

Searched refs:bind_mask (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc148 uint32_t bind_mask = static_cast<uint32_t>( in GenerateArbitrarySequence() local
150 BindPendingLabels(bind_mask); in GenerateArbitrarySequence()
280 void BenchCodeGenerator::BindPendingLabels(uint64_t bind_mask) { in BindPendingLabels() argument
281 if (bind_mask == 0) return; in BindPendingLabels()
292 while ((it != labels_.end()) && (bind_mask != 0)) { in BindPendingLabels()
293 if ((bind_mask & 1) != 0) { in BindPendingLabels()
303 bind_mask >>= 1; in BindPendingLabels()
H A Dbench-utils.h217 // The Nth youngest label is bound if bit <N> is set in `bind_mask`. That
219 void BindPendingLabels(uint64_t bind_mask);
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c57 unsigned bind_mask = (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER | in svga_buffer_needs_hw_storage() local
66 bind_mask |= PIPE_BIND_CUSTOM; in svga_buffer_needs_hw_storage()
79 return !!(template->bind & bind_mask); in svga_buffer_needs_hw_storage()

Completed in 3 milliseconds