Searched refs:cb_bindings (Results 1 – 17 of 17) sorted by relevance
47 uint16_t cb_bindings[6]; /* per-shader per-slot bindings */ member
123 struct nvc0_cb_binding cb_bindings[5][NVC0_MAX_CONST_BUFFERS]; member
967 struct nvc0_cb_binding *binding = &screen->cb_bindings[stage][index]; in nvc0_screen_bind_cb_3d()1492 screen->cb_bindings[i][j].size = -1; in nvc0_screen_create()
232 res->cb_bindings[s] |= 1 << i; in nvc0_compute_validate_constbufs()
551 uint16_t bindings = res->cb_bindings[s]; in nvc0_cb_push()
614 res->cb_bindings[s] |= 1 << i; in nvc0_constbufs_validate()
438 res->cb_bindings[s] |= 1 << i; in nve4_compute_validate_constbufs()
804 nv04_resource(nvc0->constbuf[s][i].u.buf)->cb_bindings[s] &= ~(1 << i); in nvc0_set_constant_buffer()
576 std::unordered_set<CMD_BUFFER_STATE *> GetBoundCmdBuffers() const { return cb_bindings; } in GetBoundCmdBuffers()596 cb_bindings.erase(cb_node); in RemoveBoundCommandBuffer()
319 sampler_state->cb_bindings.insert(cb_node); in AddCommandBufferBindingSampler()334 image_state->cb_bindings.insert(cb_node); in AddCommandBufferBindingImage()343 pMemInfo->cb_bindings.insert(cb_node); in AddCommandBufferBindingImage()360 view_state->cb_bindings.insert(cb_node); in AddCommandBufferBindingImageView()378 buffer_state->cb_bindings.insert(cb_node); in AddCommandBufferBindingBuffer()387 pMemInfo->cb_bindings.insert(cb_node); in AddCommandBufferBindingBuffer()403 view_state->cb_bindings.insert(cb_node); in AddCommandBufferBindingBufferView()421 as_state->cb_bindings.insert(cb_node); in AddCommandBufferBindingAccelerationStructure()430 pMemInfo->cb_bindings.insert(cb_node); in AddCommandBufferBindingAccelerationStructure()444 pInfo->cb_bindings.erase(cb_node); in ClearCmdBufAndMemReferences()[all …]
902 …state_data_->InvalidateCommandBuffers(cb_bindings, VulkanTypedHandle(set_, kVulkanObjectTypeDescri… in InvalidateBoundCmdBuffers()1179 cb_bindings.insert(cb_node); in UpdateDrawState()1182 pool_state_->cb_bindings.insert(cb_node); in UpdateDrawState()
1559 InvalidateCommandBuffers(image_state->cb_bindings, obj_struct); in PreCallRecordDestroyImage()4579 InvalidateCommandBuffers(image_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyImageView()4598 InvalidateCommandBuffers(buffer_state->cb_bindings, obj_struct); in PreCallRecordDestroyBuffer()4637 InvalidateCommandBuffers(buffer_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyBufferView()
83 std::unordered_set<CMD_BUFFER_STATE *> cb_bindings; variable
764 …void AddCommandBufferBinding(std::unordered_set<CMD_BUFFER_STATE*>* cb_bindings, const VulkanTyped…
414 uint16_t bindings = res->cb_bindings[s]; in nv50_cb_push()
102 res->cb_bindings[s] |= 1 << i; in nv50_constbufs_validate()
909 nv04_resource(nv50->constbuf[s][i].u.buf)->cb_bindings[s] &= ~(1 << i); in nv50_set_constant_buffer()