HomeSort by relevance Sort by last modified time
    Searched defs:reqs (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkYCbCrImageWithMemory.cpp 46 const VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vk, device, *m_image, planeAspect); local
48 m_allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release()));
55 const VkMemoryRequirements reqs = getImageMemoryRequirements(vk, device, *m_image); local
56 m_allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release()));
vkQueryUtil.cpp 256 VkMemoryRequirements2 reqs; local
260 deMemset(&reqs, 0, sizeof(reqs));
269 reqs.sType = VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR;
271 vkd.getImageMemoryRequirements2(device, &coreInfo, &reqs);
273 return reqs.memoryRequirements;
  /external/ipsec-tools/src/libipsec/
test-policy.c 54 } reqs[] = { variable in typeref:struct:req_t
111 for (i = 0; i < sizeof(reqs)/sizeof(reqs[0]); i++) {
112 printf("#%d [%s]\n", i + 1, reqs[i].str);
114 result = test1sub1(&reqs[i]);
115 if (result == 0 && reqs[i].result == 1) {
117 } else if (result == 1 && reqs[i].result == 0) {
  /external/strace/tests/
netlink_protocol.c 125 struct reqs { struct
130 TAIL_ALLOC_OBJECT_CONST_PTR(struct reqs, reqs);
131 memcpy(&reqs->req1, &c_req, sizeof(c_req));
132 memcpy(&reqs->req2, &c_req, sizeof(c_req));
134 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0);
140 fd, reqs->req1.nlh.nlmsg_len, NLM_F_DUMP,
141 reqs->req2.nlh.nlmsg_len, NLM_F_DUMP,
142 (unsigned) sizeof(*reqs), sprintrc(rc))
    [all...]
  /external/strace/tests-m32/
netlink_protocol.c 125 struct reqs { struct
130 TAIL_ALLOC_OBJECT_CONST_PTR(struct reqs, reqs);
131 memcpy(&reqs->req1, &c_req, sizeof(c_req));
132 memcpy(&reqs->req2, &c_req, sizeof(c_req));
134 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0);
140 fd, reqs->req1.nlh.nlmsg_len, NLM_F_DUMP,
141 reqs->req2.nlh.nlmsg_len, NLM_F_DUMP,
142 (unsigned) sizeof(*reqs), sprintrc(rc))
    [all...]
  /external/strace/tests-mx32/
netlink_protocol.c 125 struct reqs { struct
130 TAIL_ALLOC_OBJECT_CONST_PTR(struct reqs, reqs);
131 memcpy(&reqs->req1, &c_req, sizeof(c_req));
132 memcpy(&reqs->req2, &c_req, sizeof(c_req));
134 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0);
140 fd, reqs->req1.nlh.nlmsg_len, NLM_F_DUMP,
141 reqs->req2.nlh.nlmsg_len, NLM_F_DUMP,
142 (unsigned) sizeof(*reqs), sprintrc(rc))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 298 const VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vkd, device, image, planeAspect); local
300 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release()));
307 const VkMemoryRequirements reqs = getImageMemoryRequirements(vkd, device, image); local
309 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release()));
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_dump.c 85 VkMemoryRequirements reqs; local
86 anv_GetImageMemoryRequirements(vk_device, image->image, &reqs);
91 .allocationSize = reqs.size,
205 VkMemoryRequirements reqs; local
206 anv_GetImageMemoryRequirements(vk_device, image->image, &reqs);
209 result = anv_MapMemory(vk_device, image->memory, 0, reqs.size, 0, (void **)&map);
  /external/skia/src/sksl/
SkSLMetalCodeGenerator.cpp 1656 Requirements reqs = this->requirements(*def.fBody); local
    [all...]
  /external/skqp/src/sksl/
SkSLMetalCodeGenerator.cpp 1514 Requirements reqs = this->requirements(*def.fBody); local
    [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 799 auto reqs = binding_pair.second; local
878 auto reqs = binding_pair.second; local
    [all...]
shader_validation.cpp 2030 auto &reqs = pipeline->active_slots[use.first.first][use.first.second]; local
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 1213 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; local
1239 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; local
1328 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; local
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 795 milliseconds