Lines Matching refs:resourceDesc
363 const ResourceDescription& resourceDesc, in importResource() argument
370 if (resourceDesc.type == RESOURCE_TYPE_IMAGE) in importResource()
374 (deUint32)resourceDesc.size.x(), in importResource()
375 de::max(1u, (deUint32)resourceDesc.size.y()), in importResource()
376 de::max(1u, (deUint32)resourceDesc.size.z()) in importResource()
380 resourceDesc.imageAspect, in importResource()
388 resourceDesc.imageAspect, in importResource()
405 resourceDesc.imageType, in importResource()
406 resourceDesc.imageFormat, in importResource()
423 …MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.ima… in importResource()
428 const vk::VkDeviceSize size = static_cast<vk::VkDeviceSize>(resourceDesc.size.x()); in importResource()
451 return de::MovePtr<Resource>(new Resource(resourceDesc.type, buffer, allocation, offset, size)); in importResource()
603 DX11Operation (const ResourceDescription& resourceDesc, in DX11Operation() argument
609 : m_resourceDesc (resourceDesc) in DX11Operation()
1208 const ResourceDescription& resourceDesc) in DX11OperationSupport() argument
1209 : m_resourceDesc (resourceDesc) in DX11OperationSupport()
1363 …virtual de::MovePtr<DX11Operation> build (const ResourceDescription& resourceDesc, vk::VkExternalM… in build() argument
1366 …return de::MovePtr<DX11Operation>(new DX11Operation(resourceDesc, memoryHandleType, m_pDevice, m_p… in build()
1368 DE_UNREF(resourceDesc); in build()