HomeSort by relevance Sort by last modified time
    Searched full:pqueuefamilyindices (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.cpp 61 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices;
100 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices;
135 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices;
181 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices;
vktApiComputeInstanceResultBuffer.cpp 73 DE_NULL, // pQueueFamilyIndices
vktApiBufferComputeInstance.cpp 60 DE_NULL, // pQueueFamilyIndices
107 DE_NULL, // pQueueFamilyIndices
vktApiSmokeTests.cpp 357 &queueFamilyIndex, // pQueueFamilyIndices
374 &queueFamilyIndex, // pQueueFamilyIndices
396 &queueFamilyIndex, // pQueueFamilyIndices
    [all...]
vktApiBufferViewCreateTests.cpp 148 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices;
232 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 146 uint32_t *pQueueFamilyIndices;
148 SWAPCHAIN_NODE(const VkSwapchainCreateInfoKHR *pCreateInfo) : createInfo(*pCreateInfo), pQueueFamilyIndices(NULL) {
150 pQueueFamilyIndices = new uint32_t[pCreateInfo->queueFamilyIndexCount];
151 memcpy(pQueueFamilyIndices, pCreateInfo->pQueueFamilyIndices, pCreateInfo->queueFamilyIndexCount * sizeof(uint32_t));
152 createInfo.pQueueFamilyIndices = pQueueFamilyIndices;
155 ~SWAPCHAIN_NODE() { delete[] pQueueFamilyIndices; }
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 129 bufferCreateInfo.pQueueFamilyIndices = DE_NULL; // const deUint32* pQueueFamilyIndices;
137 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; // const deUint32* pQueueFamilyIndices;
vktSparseResourcesBufferSparseResidency.cpp 170 DE_NULL // const deUint32* pQueueFamilyIndices;
179 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices;
vktSparseResourcesBufferMemoryAliasing.cpp 188 DE_NULL // const deUint32* pQueueFamilyIndices;
197 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices;
vktSparseResourcesImageSparseBinding.cpp 155 imageSparseInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices;
  /external/skia/src/gpu/vk/
GrVkUniformBuffer.cpp 59 bufInfo.pQueueFamilyIndices = nullptr;
GrVkImage.cpp 105 0, // pQueueFamilyIndices
GrVkBuffer.cpp 56 bufInfo.pQueueFamilyIndices = nullptr;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreUtil.cpp 94 DE_NULL, // const deUint32* pQueueFamilyIndices;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 153 pQueueFamilyIndices = &m_queueFamilyIndices[0];
157 pQueueFamilyIndices = _pQueueFamilyIndices;
176 pQueueFamilyIndices = &m_queueFamilyIndices[0];
180 pQueueFamilyIndices = DE_NULL;
200 pQueueFamilyIndices = &m_queueFamilyIndices[0];
204 pQueueFamilyIndices = DE_NULL;
245 pQueueFamilyIndices = &m_queueFamilyIndices[0];
249 pQueueFamilyIndices = DE_NULL;
    [all...]
vktDrawCreateInfoUtil.hpp 89 const deUint32* pQueueFamilyIndices = DE_NULL,
112 const deUint32* pQueueFamilyIndices = DE_NULL,
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsMakeUtil.cpp 49 DE_NULL, // const deUint32* pQueueFamilyIndices;
  /docs/source.android.com/en/devices/graphics/
implement-vulkan.html 232 .pQueueFamilyIndices = VkSwapChainCreateInfoWSI::pQueueFamilyIndices
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 392 DE_NULL, // const deUint32* pQueueFamilyIndices;
414 DE_NULL, // const uint32_t* pQueueFamilyIndices;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 372 DE_NULL // const uint32_t* pQueueFamilyIndices
396 DE_NULL, // const uint32_t pQueueFamilyIndices
432 DE_NULL // const uint32_t* pQueueFamilyIndices
456 DE_NULL, // const uint32_t* pQueueFamilyIndices
491 DE_NULL // pQueueFamilyIndices
542 DE_NULL, // const uint32_t* pQueueFamilyIndices
    [all...]
  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 226 swapchainCreateInfo.pQueueFamilyIndices = queueFamilies;
230 swapchainCreateInfo.pQueueFamilyIndices = nullptr;
  /frameworks/native/vulkan/doc/implementors_guide/
implementors_guide.adoc 121 .pQueueFamilyIndices = VkSwapChainCreateInfoWSI::pQueueFamilyIndices
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 69 DE_NULL, // const deUint32* pQueueFamilyIndices;

Completed in 1233 milliseconds

1 2 3 4 5 6 7