HomeSort by relevance Sort by last modified time
    Searched refs:vk (Results 251 - 275 of 367) sorted by null

<<1112131415

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationLimitsTests.cpp 40 using namespace vk;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp 26 using namespace vk;
35 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
264 return createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineInfo);
269 void SparseShaderIntrinsicsCaseSampledBase::initPrograms (vk::SourceCollections& programCollection) const
609 typedef de::SharedPtr< vk::Unique<vk::VkFramebuffer> > VkFramebufferSp;
    [all...]
vktSparseResourcesShaderIntrinsicsSampled.hpp 44 void initPrograms (vk::SourceCollections& programCollection) const;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 59 using namespace vk;
562 params.imageViewLayerRange) : vk::Move<VkImageView>())
564 , m_renderPass (m_isAttachmentFormat ? createRenderPass(params.imageFormat) : vk::Move<vk::VkRenderPass>())
565 , m_frameBuffer (m_isAttachmentFormat ? createFrameBuffer(*m_imageView, *m_renderPass, params.imageExtent.width, params.imageExtent.height, params.imageViewLayerRange.layerCount) : vk::Move<vk::VkFramebuffer>())
629 const VkFormatProperties props = vk::getPhysicalDeviceFormatProperties(m_vki, m_context.getPhysicalDevice(), format);
631 return (props.optimalTilingFeatures & (vk::VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT | vk::VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT)) != 0;
675 return vk::createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex)
    [all...]
vktApiDeviceInitializationTests.cpp 53 using namespace vk;
193 catch (const vk::Error& err)
294 catch (const vk::Error& err)
454 catch (const vk::Error& error)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 335 static vk::VkComponentSwizzle getTextureSwizzleComponent (TextureSwizzleComponent c)
339 case TEXTURESWIZZLECOMPONENT_R: return vk::VK_COMPONENT_SWIZZLE_R;
340 case TEXTURESWIZZLECOMPONENT_G: return vk::VK_COMPONENT_SWIZZLE_G;
341 case TEXTURESWIZZLECOMPONENT_B: return vk::VK_COMPONENT_SWIZZLE_B;
342 case TEXTURESWIZZLECOMPONENT_A: return vk::VK_COMPONENT_SWIZZLE_A;
343 case TEXTURESWIZZLECOMPONENT_ZERO: return vk::VK_COMPONENT_SWIZZLE_ZERO;
344 case TEXTURESWIZZLECOMPONENT_ONE: return vk::VK_COMPONENT_SWIZZLE_ONE;
345 default: DE_ASSERT(false); return (vk::VkComponentSwizzle)0;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 29 namespace vk namespace
    [all...]
vkBinaryRegistry.cpp 40 namespace vk namespace
151 return new ProgramBinary(vk::PROGRAM_FORMAT_SPIRV, bytes.size(), &bytes[0]);
485 DE_ASSERT(binary.getFormat() == vk::PROGRAM_FORMAT_SPIRV);
608 return new ProgramBinary(vk::PROGRAM_FORMAT_SPIRV, bytes.size(), &bytes[0]);
621 } // vk
vkPrograms.cpp 33 namespace vk namespace
242 } // vk
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 46 using namespace vk;
149 void initializePrograms(vk::SourceCollections& programCollection, glu::Precision texCoordPrecision, const std::vector<Program>& programs)
321 vk::VkImageFormatProperties imageFormatProperties;
326 TCU_THROW(NotSupportedError, (std::string("Format not supported: ") + vk::getFormatName(format)).c_str());
381 const vk::VkImageViewType imageViewType = textureTypeToImageViewType(m_type);
382 const vk::VkFormat format = mapTextureFormat(m_textureData->getTextureFormat());
386 const vk::VkImageViewCreateInfo viewParams =
388 vk::VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO, // VkStructureType sType;
418 , m_textureFormat (vk::mapVkFormat(m_imageFormat))
474 m_image = vk::createImage(vkd, vkDevice, &imageCreateInfo, DE_NULL)
    [all...]
vktTextureShadowTests.cpp 46 using namespace vk;
240 m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height)));
348 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
440 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
449 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
564 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
658 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
666 m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.numLayers)));
776 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
    [all...]
vktTextureFilteringTests.cpp 41 using namespace vk;
118 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
130 m_textures.push_back(TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height)));
222 const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
313 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
324 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
444 const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
534 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
547 m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.numLayers)));
650 const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM))
    [all...]
vktTextureMipmapTests.cpp 42 using namespace vk;
174 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height));
282 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format));
332 const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
435 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size));
515 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format));
566 const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
680 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth));
846 const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 63 using namespace vk;
64 using namespace vk::wsi;
243 MovePtr<Display> createDisplay (const vk::Platform& platform,
255 // If VK_KHR_{platform}_surface was supported, vk::Platform implementation
720 ? capabilities.currentExtent : vk::makeExtent2D(desiredSize.x(), desiredSize.y())),
871 return vk::createRenderPass(vkd, device, &renderPassParams);
887 (vk::VkPipelineLayoutCreateFlags)0,
894 return vk::createPipelineLayout(vkd, device, &pipelineLayoutParams);
    [all...]
vktWsiSurfaceTests.cpp 52 namespace vk namespace
84 } // vk
94 using namespace vk;
95 using namespace vk::wsi;
220 MovePtr<Display> createDisplay (const vk::Platform& platform,
232 // If VK_KHR_{platform}_surface was supported, vk::Platform implementation
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryEmitGeometryShaderTests.cpp 43 using namespace vk;
vktGeometryVaryingGeometryShaderTests.cpp 43 using namespace vk;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineClearUtil.cpp 34 using namespace vk;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 61 using namespace vk;
181 virtual void initPrograms (vk::SourceCollections& programCollection) const
437 static vk::VkImageType getVkImageType (TextureType texType)
441 case TEXTURE_TYPE_1D: return vk::VK_IMAGE_TYPE_1D;
443 case TEXTURE_TYPE_2D_ARRAY: return vk::VK_IMAGE_TYPE_2D;
444 case TEXTURE_TYPE_CUBE: return vk::VK_IMAGE_TYPE_2D;
445 case TEXTURE_TYPE_3D: return vk::VK_IMAGE_TYPE_3D;
448 return (vk::VkImageType)0;
452 static vk::VkImageViewType getVkImageViewType (TextureType texType)
456 case TEXTURE_TYPE_1D: return vk::VK_IMAGE_VIEW_TYPE_1D
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 39 using namespace vk;
51 * The memory is created as host visible and passed back as a vk::Allocation
348 const de::UniquePtr<vk::Allocator> vkAllocator (createAllocator(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), vkDeviceInterface, device));
376 descriptorInfos.push_back(vk::makeDescriptorBufferInfo(**buffer, 0u, numBytes));
391 descriptorInfos.push_back(vk::makeDescriptorBufferInfo(**buffer, 0u, numBytes));
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 234 virtual void initPrograms (vk::SourceCollections& programCollection) const;
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaVulkanPipeline.cpp 32 #include <vk/GrVkTypes.h>
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.h 21 #include <vk/GrVkBackendContext.h>
  /external/skia/tools/viewer/sk_app/win/
Window_win.cpp 122 static Window::Key get_key(WPARAM vk) {
152 if (gPair[i].fVK == vk) {
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 51 using namespace vk;
244 size_t computeDeviceMemorySystemMemFootprint (const DeviceInterface& vk, VkDevice device)
257 const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo));

Completed in 494 milliseconds

<<1112131415