Home
last modified time | relevance | path

Searched defs:binds (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/validation/
DBindingMethodValidatorsModule.java51 BindingMethodValidator binds(BindsMethodValidator validator); in binds() method
/external/rust/crates/vulkano/src/command_buffer/submit/
Dbind_sparse.rs349 binds: SmallVec<[ash::vk::SparseMemoryBind; 1]>, field
395 binds: SmallVec<[ash::vk::SparseMemoryBind; 1]>, field
446 binds: SmallVec<[ash::vk::SparseImageMemoryBind; 1]>, field
/external/dagger2/java/dagger/grpc/server/processor/
DSourceGenerator.java48 static AnnotationSpec binds() { in binds() method in SourceGenerator.Dagger
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp495 std::vector<VkSparseMemoryBind> binds{pageCount}; in Init() local
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp473 …indAttributes (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Bind>& binds) in bindAttributes()
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp3331 VkSparseMemoryBind binds[2]; in TEST_F() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs3766 pub fn binds(mut self, binds: &'a [SparseMemoryBind]) -> Self { in binds() method
3824 pub fn binds(mut self, binds: &'a [SparseMemoryBind]) -> Self { in binds() method
3882 pub fn binds(mut self, binds: &'a [SparseImageMemoryBind]) -> Self { in binds() method