HomeSort by relevance Sort by last modified time
    Searched refs:VK_SAMPLE_COUNT_1_BIT (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/vulkan-validation-layers/layers/
image.h 60 : mipLevels(0), arraySize(0), format(VK_FORMAT_UNDEFINED), samples(VK_SAMPLE_COUNT_1_BIT),
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.h 58 : mipLevels(0), arraySize(0), format(VK_FORMAT_UNDEFINED), samples(VK_SAMPLE_COUNT_1_BIT),
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 187 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
279 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
364 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
vktPipelineDepthTests.cpp 251 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
283 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
343 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
356 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
596 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
    [all...]
vktPipelineStencilTests.cpp 337 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
370 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
430 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
443 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
676 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
    [all...]
vktPipelineTimestampTests.cpp 508 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.cpp 130 VK_SAMPLE_COUNT_1_BIT, // deUint32 samples;
176 VK_SAMPLE_COUNT_1_BIT, // deUint32 samples;
vktApiSmokeTests.cpp 391 VK_SAMPLE_COUNT_1_BIT, // samples
409 VK_SAMPLE_COUNT_1_BIT, // samples
586 VK_SAMPLE_COUNT_1_BIT, // rasterizationSamples
    [all...]
vktApiGranularityTests.cpp 141 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
177 VK_SAMPLE_COUNT_1_BIT, // deUint32 samples;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 51 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
61 vk::VK_SAMPLE_COUNT_1_BIT,
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 761 props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
762 props->limits.framebufferDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
763 props->limits.framebufferStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
764 props->limits.framebufferNoAttachmentsSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
766 props->limits.sampledImageColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
767 props->limits.sampledImageIntegerSampleCounts = VK_SAMPLE_COUNT_1_BIT;
768 props->limits.sampledImageDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
769 props->limits.sampledImageStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
770 props->limits.storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT;
871 pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 477 VK_SAMPLE_COUNT_1_BIT |
479 VK_SAMPLE_COUNT_1_BIT |
481 VK_SAMPLE_COUNT_1_BIT |
483 VK_SAMPLE_COUNT_1_BIT |
486 VK_SAMPLE_COUNT_1_BIT |
488 VK_SAMPLE_COUNT_1_BIT, // sampledImageIntegerSampleCounts
489 VK_SAMPLE_COUNT_1_BIT |
491 VK_SAMPLE_COUNT_1_BIT |
493 VK_SAMPLE_COUNT_1_BIT, // storageImageSampleCounts
    [all...]
  /external/skia/src/gpu/vk/
GrVkImage.cpp 85 VK_SAMPLE_COUNT_1_BIT == vkSamples);
GrVkCaps.cpp 126 SkASSERT(flags & VK_SAMPLE_COUNT_1_BIT);
361 if (flags & VK_SAMPLE_COUNT_1_BIT) {
GrVkUtil.cpp 205 *vkSamples = VK_SAMPLE_COUNT_1_BIT;
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 55 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
65 vk::VK_SAMPLE_COUNT_1_BIT,
vktDynamicStateRSTests.cpp 131 ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
137 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
150 vk::VK_SAMPLE_COUNT_1_BIT,
159 vk::VK_SAMPLE_COUNT_1_BIT,
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 389 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagsBits samples
449 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagsBit smaples
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 83 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
103 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
250 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
    [all...]
vktFragmentOperationsEarlyFragmentTests.cpp 70 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
121 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
133 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
303 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 74 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
93 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
225 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
vktGeometryTestsUtil.cpp 228 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
409 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
442 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 221 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
364 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;
610 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringAnisotropyTests.cpp 106 TextureRenderer renderer (m_context, VK_SAMPLE_COUNT_1_BIT, ANISOTROPY_TEST_RESOLUTION, ANISOTROPY_TEST_RESOLUTION);

Completed in 176 milliseconds

1 2 3 4 5 6