Home
last modified time | relevance | path

Searched refs:VK_TRUE (Results 1 – 25 of 88) sorted by relevance

1234

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dno_dynamic_allocations_common.adoc9 is ename:VK_TRUE, fname:{refpage} must: not return
Ddraw_common.adoc196 buffer set pname:depthBiasEnable to ename:VK_TRUE,
216 element of pname:pColorBlendEnables to ename:VK_TRUE, and the most
230 current pname:depthBoundsTestEnable state is ename:VK_TRUE, then
239 command buffer set pname:depthBoundsTestEnable to ename:VK_TRUE, then
246 if the current pname:stencilTestEnable state is ename:VK_TRUE, then
255 buffer set pname:stencilTestEnable to ename:VK_TRUE,
262 the current pname:stencilTestEnable state is ename:VK_TRUE, then
271 buffer set pname:stencilTestEnable to ename:VK_TRUE,
278 the current pname:stencilTestEnable state is ename:VK_TRUE, then
287 buffer set pname:stencilTestEnable to ename:VK_TRUE,
[all …]
Dbind_image_common.adoc66 equal to ename:VK_TRUE, pname:memory must: have been created with
83 equal to ename:VK_TRUE, pname:memory must: not have been allocated
Dbind_buffer_common.adoc60 equal to ename:VK_TRUE, pname:memory must: have been allocated with
77 equal to ename:VK_TRUE, pname:memory must: not have been allocated
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc93 | pname:standardSampleLocations | - | - | ename:VK_TRUE | implementation-depende…
121 | pname:shaderSignedZeroInfNanPreserveFloat16 | - | - | ename:VK_TRUE | implementation-de…
122 | pname:shaderSignedZeroInfNanPreserveFloat32 | - | - | ename:VK_TRUE | implementation-de…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_dedicated_allocation.adoc41 // set to VK_TRUE
47 .dedicatedAllocation = VK_TRUE,
DVK_KHR_get_physical_device_properties2.adoc82 enabledFeatures.features.xyz = VK_TRUE;
83 enabledHypotheticalFeatures.abc = VK_TRUE;
DVK_EXT_conditional_rendering.adoc43 pname:conditionalRenderingEnable is set to ename:VK_TRUE.
DVK_AMD_texture_gather_bias_lod.adoc79 if (textureLODGatherSupport.supportsTextureGatherLODBiasAMD == VK_TRUE)
DVK_KHR_xcb_surface.adoc46 ename:VK_TRUE, then the physical device could be assumed to support
DVK_KHR_xlib_surface.adoc46 ename:VK_TRUE, then the physical device could be assumed to support
DVK_KHR_wayland_surface.adoc46 Wayland-specific query returned ename:VK_TRUE for a (slink:VkPhysicalDevice,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dprops.adoc15 * pname:allowCommandBufferQueryCopies is ename:VK_TRUE if the performance
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp265 dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in saveImageContent()
342 dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in loadImageContent()
465 dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in loadImageContent()
567 _RUN_AND_CHECK(dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in saveBufferContent()
673 _RUN_AND_CHECK(dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in loadBufferContent()
DDisplayVk.cpp231 m_vkDevice, 1, &(*freeImageBorrowResource)->m_completeFence, VK_TRUE, UINT64_MAX)); in postImpl()
530 VkResult res = m_vk.vkWaitForFences(m_vkDevice, 1, &postCompleteFence, VK_TRUE, in postImpl()
537 res = m_vk.vkWaitForFences(m_vkDevice, 1, &postCompleteFence, VK_TRUE, in postImpl()
DDeviceOpTracker.cpp211 deviceDispatch->vkWaitForFences(device, 1, &fence, /*waitAll=*/VK_TRUE, /*timeout=*/0); in OnQueueSubmittedWithFence()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp151 auto waitResult = device->waitForFences(*transferFence, VK_TRUE, 3000000000L); in TEST_P()
203 auto readbackWaitResult = device->waitForFences(*readbackFence, VK_TRUE, 3000000000L); in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp526 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
555 waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
684 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
855 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
879 waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
903 waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
1082 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
1248 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
DGfxstreamEnd2EndTestUtils.cpp165 auto readbackWaitResult = device->waitForFences(*readbackFence, VK_TRUE, 3000000000L); in readImageData()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc79 * [[samplers-maxAnisotropy]] pname:anisotropyEnable is ename:VK_TRUE to
84 when pname:anisotropyEnable is ename:VK_TRUE.
87 * pname:compareEnable is ename:VK_TRUE to enable comparison against a
105 When set to ename:VK_TRUE, the range of the image coordinates used to
111 When pname:unnormalizedCoordinates is ename:VK_TRUE, images the sampler is
118 When pname:unnormalizedCoordinates is ename:VK_TRUE, image built-in
191 If pname:anisotropyEnable is ename:VK_TRUE, pname:maxAnisotropy must: be
204 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:minFilter and
207 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:mipmapMode
210 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:minLod and
[all …]
Ddevsandqueues.adoc411 If pname:deviceNoDynamicHostAllocations is ename:VK_TRUE the
569 * pname:deviceLUIDValid is a boolean value that will be ename:VK_TRUE if
605 If pname:deviceLUIDValid is ename:VK_TRUE and Vulkan is running on the
609 If pname:deviceLUIDValid is ename:VK_TRUE, pname:deviceNodeMask must:
900 ename:VK_TRUE if the support for 8-bit unsigned dot product operations
904 ename:VK_TRUE if the support for 8-bit signed dot product operations
908 will be ename:VK_TRUE if the support for 8-bit mixed signedness dot
913 will be ename:VK_TRUE if the support for 8-bit unsigned dot product
918 will be ename:VK_TRUE if the support for 8-bit signed dot product
923 boolean that will be ename:VK_TRUE if the support for 8-bit mixed
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_clear.c156 ds_info.depthTestEnable = VK_TRUE; in get_clear_pipeline()
157 ds_info.depthWriteEnable = VK_TRUE; in get_clear_pipeline()
161 ds_info.stencilTestEnable = VK_TRUE; in get_clear_pipeline()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_ANDROID_external_format_resolve.adoc59 …* If `nullColorAttachmentWithExternalFormatResolve` property is `VK_TRUE`, `imageView` must be `VK…
83 …* If `nullColorAttachmentWithExternalFormatResolve` property is `VK_TRUE`, the `attachment` member…
96 However, if the `nullColorAttachmentWithExternalFormatResolve` property is `VK_TRUE`, applications …
166 * If `nullColorAttachmentWithExternalFormatResolve` is `VK_TRUE`, applications must omit the color …
217 // Color attachment must be UNUSED if nullColorAttachmentWithExternalFormatResolve is VK_TRUE
263 // Do not attach a color image view if nullColorAttachmentWithExternalFormatResolve is VK_TRUE
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_blend_operation_advanced/
Dadvanced_blend.adoc38 pname:dstPremultiplied are both considered to be ename:VK_TRUE, and
47 be ename:VK_TRUE
51 must: be ename:VK_TRUE
130 be ename:VK_TRUE
134 must: be ename:VK_TRUE
164 If pname:srcPremultiplied is set to ename:VK_TRUE, the fragment color
193 If pname:dstPremultiplied is set to ename:VK_TRUE, the destination
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_subpass_merge_feedback/
Drenderpass.adoc27 pname:disallowMerging is ename:VK_TRUE, the implementation will disable
31 pname:disallowMerging is ename:VK_TRUE, the implementation will disable

1234