Searched refs:VK_SAMPLE_COUNT_1_BIT (Results 1 – 25 of 46) sorted by relevance
12
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_subpass_shading.adoc | 94 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT, 101 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT, 108 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT, 115 0, VK_FORMAT_D24_UNORM_S8_UINT, VK_SAMPLE_COUNT_1_BIT, 122 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT,
|
D | VK_NV_win32_keyed_mutex.adoc | 65 // layer, and VK_SAMPLE_COUNT_1_BIT using optimal tiling and supporting 100 imageCreateInfo.samples = VK_SAMPLE_COUNT_1_BIT;
|
D | VK_NV_external_memory_win32.adoc | 114 // layer, and VK_SAMPLE_COUNT_1_BIT using optimal tiling and supporting 157 imageCreateInfo.samples = VK_SAMPLE_COUNT_1_BIT;
|
D | VK_NV_optical_flow.adoc | 78 imageCreateInfo.samples = VK_SAMPLE_COUNT_1_BIT;
|
D | VK_QCOM_render_pass_shader_resolve.adoc | 51 2) Should the VK_SAMPLE_COUNT_1_BIT be required for each pColorAttachment
|
D | VK_QCOM_fragment_density_map_offset.adoc | 50 .samples = VK_SAMPLE_COUNT_1_BIT, // Must be 1x MSAA
|
D | VK_EXT_fragment_density_map.adoc | 87 .samples = VK_SAMPLE_COUNT_1_BIT, // Must be 1x MSAA
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_standard_sample_locations.c | 32 .per_pixel = VK_SAMPLE_COUNT_1_BIT,
|
D | vk_render_pass.c | 663 color_samples[a] = VK_SAMPLE_COUNT_1_BIT; in vk_common_CreateRenderPass2() 680 VkSampleCountFlagBits depth_stencil_samples = VK_SAMPLE_COUNT_1_BIT; in vk_common_CreateRenderPass2() 1702 rp_att->samples == VK_SAMPLE_COUNT_1_BIT) { in begin_subpass() 1838 rp_att->samples == VK_SAMPLE_COUNT_1_BIT)) { in begin_subpass()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | copy_anyimage_to_imageany_single_sampled_common.adoc | 14 ename:VK_SAMPLE_COUNT_1_BIT
|
D | resolve_image_common.adoc | 16 value other than ename:VK_SAMPLE_COUNT_1_BIT 22 ename:VK_SAMPLE_COUNT_1_BIT
|
D | blit_image_common.adoc | 93 ename:VK_SAMPLE_COUNT_1_BIT 96 ename:VK_SAMPLE_COUNT_1_BIT
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | src-common-validity.adoc | 25 ename:VK_SAMPLE_COUNT_1_BIT
|
D | expect-common-validity-novuid.adoc | 30 ename:VK_SAMPLE_COUNT_1_BIT
|
D | expect-common-validity-noreflow-novuid.adoc | 25 ename:VK_SAMPLE_COUNT_1_BIT
|
D | expect-common-validity-noreflow.adoc | 29 ename:VK_SAMPLE_COUNT_1_BIT
|
D | expect-common-validity-default.adoc | 34 ename:VK_SAMPLE_COUNT_1_BIT
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 83 .samples = VK_SAMPLE_COUNT_1_BIT, in createImage()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 133 .samples = VK_SAMPLE_COUNT_1_BIT, in setUpImage()
|
D | Vulkan_unittest.cpp | 502 VK_SAMPLE_COUNT_1_BIT, in TEST_F()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 131 if (imageInfo->imageCreateInfoShallow.samples != VK_SAMPLE_COUNT_1_BIT) { in saveImageContent() 301 if (imageInfo->imageCreateInfoShallow.samples != VK_SAMPLE_COUNT_1_BIT) { in loadImageContent()
|
D | CompositorVk.cpp | 262 .rasterizationSamples = VK_SAMPLE_COUNT_1_BIT, in setUpGraphicsPipeline() 338 .samples = VK_SAMPLE_COUNT_1_BIT, in setUpGraphicsPipeline() 563 .samples = VK_SAMPLE_COUNT_1_BIT, in setUpDefaultImage()
|
D | DisplayVk.cpp | 661 if (postImageCi.samples != VK_SAMPLE_COUNT_1_BIT) { in canPost()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_fragment_shading_rate.adoc | 273 | `VK_SAMPLE_COUNT_1_BIT \| VK_SAMPLE_COUNT_4_BIT` | {2,2} 274 | `VK_SAMPLE_COUNT_1_BIT \| VK_SAMPLE_COUNT_4_BIT` | {2,1}
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 158 sample count that is either ename:VK_SAMPLE_COUNT_1_BIT or equal to 166 sample count of ename:VK_SAMPLE_COUNT_1_BIT must: have been created with 805 ename:VK_SAMPLE_COUNT_1_BIT if all of the following hold: 833 ename:VK_SAMPLE_COUNT_1_BIT, pname:resolveImageView must: be 840 count of ename:VK_SAMPLE_COUNT_1_BIT 927 pname:samples value of ename:VK_SAMPLE_COUNT_1_BIT 2311 attachment must: not have a sample count of ename:VK_SAMPLE_COUNT_1_BIT 2315 ename:VK_SAMPLE_COUNT_1_BIT 3676 attachment must: not have a sample count of ename:VK_SAMPLE_COUNT_1_BIT 3684 ename:VK_SAMPLE_COUNT_1_BIT [all …]
|
12