/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 520 memcpy(*ptr, (VkBool32*)&forMarshaling->robustBufferAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures() 521 *ptr += sizeof(VkBool32); in reservedmarshal_VkPhysicalDeviceFeatures() 522 memcpy(*ptr, (VkBool32*)&forMarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures() 523 *ptr += sizeof(VkBool32); in reservedmarshal_VkPhysicalDeviceFeatures() 524 memcpy(*ptr, (VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures() 525 *ptr += sizeof(VkBool32); in reservedmarshal_VkPhysicalDeviceFeatures() 526 memcpy(*ptr, (VkBool32*)&forMarshaling->independentBlend, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures() 527 *ptr += sizeof(VkBool32); in reservedmarshal_VkPhysicalDeviceFeatures() 528 memcpy(*ptr, (VkBool32*)&forMarshaling->geometryShader, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures() 529 *ptr += sizeof(VkBool32); in reservedmarshal_VkPhysicalDeviceFeatures() [all …]
|
D | goldfish_vk_marshaling_guest.cpp | 610 vkStream->write((VkBool32*)&forMarshaling->robustBufferAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 611 vkStream->write((VkBool32*)&forMarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 612 vkStream->write((VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 613 vkStream->write((VkBool32*)&forMarshaling->independentBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 614 vkStream->write((VkBool32*)&forMarshaling->geometryShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 615 vkStream->write((VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 616 vkStream->write((VkBool32*)&forMarshaling->sampleRateShading, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 617 vkStream->write((VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 618 vkStream->write((VkBool32*)&forMarshaling->logicOp, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 619 vkStream->write((VkBool32*)&forMarshaling->multiDrawIndirect, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() [all …]
|
D | goldfish_vk_counting_guest.cpp | 395 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 396 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 397 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 398 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 399 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 400 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 401 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 402 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 403 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() 404 *count += sizeof(VkBool32); in count_VkPhysicalDeviceFeatures() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_beta.h | 29 VkBool32 constantAlphaColorBlendFactors; 30 VkBool32 events; 31 VkBool32 imageViewFormatReinterpretation; 32 VkBool32 imageViewFormatSwizzle; 33 VkBool32 imageView2DOn3DImage; 34 VkBool32 multisampleArrayImage; 35 VkBool32 mutableComparisonSamplers; 36 VkBool32 pointPolygons; 37 VkBool32 samplerMipLodBias; 38 VkBool32 separateStencilMaskRef; [all …]
|
D | vulkan_core.h | 94 typedef uint32_t VkBool32; typedef 3016 VkBool32 robustBufferAccess; 3017 VkBool32 fullDrawIndexUint32; 3018 VkBool32 imageCubeArray; 3019 VkBool32 independentBlend; 3020 VkBool32 geometryShader; 3021 VkBool32 tessellationShader; 3022 VkBool32 sampleRateShading; 3023 VkBool32 dualSrcBlend; 3024 VkBool32 logicOp; [all …]
|
D | vulkan_screen.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX)(VkPhysicalDevice … 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceScreenPresentationSupportQNX( 92 VkBool32 screenBufferImport;
|
D | vulkan_directfb.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT)(VkPhysicalDevic… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceDirectFBPresentationSupportEXT(
|
D | vulkan_wayland.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
|
D | vulkan_xlib.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR)(VkPhysicalDevice ph… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXlibPresentationSupportKHR(
|
D | vulkan_xcb.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice phy… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXcbPresentationSupportKHR(
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_beta.h | 29 VkBool32 constantAlphaColorBlendFactors; 30 VkBool32 events; 31 VkBool32 imageViewFormatReinterpretation; 32 VkBool32 imageViewFormatSwizzle; 33 VkBool32 imageView2DOn3DImage; 34 VkBool32 multisampleArrayImage; 35 VkBool32 mutableComparisonSamplers; 36 VkBool32 pointPolygons; 37 VkBool32 samplerMipLodBias; 38 VkBool32 separateStencilMaskRef; [all …]
|
D | vulkan_screen.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX)(VkPhysicalDevice … 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceScreenPresentationSupportQNX( 92 VkBool32 screenBufferImport;
|
D | vulkan_directfb.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT)(VkPhysicalDevic… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceDirectFBPresentationSupportEXT(
|
D | vulkan_wayland.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
|
D | vulkan_xlib.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR)(VkPhysicalDevice ph… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXlibPresentationSupportKHR(
|
D | vulkan_xcb.h | 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice phy… 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXcbPresentationSupportKHR(
|
D | vulkan_android.h | 131 VkBool32 externalFormatResolve; 137 VkBool32 nullColorAttachmentWithExternalFormatResolve;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_shader_integer_dot_product.adoc | 61 VkBool32 shaderIntegerDotProduct; 77 VkBool32 integerDotProduct8BitUnsignedAccelerated; 78 VkBool32 integerDotProduct8BitSignedAccelerated; 79 VkBool32 integerDotProduct8BitMixedSignednessAccelerated; 80 VkBool32 integerDotProduct4x8BitPackedUnsignedAccelerated; 81 VkBool32 integerDotProduct4x8BitPackedSignedAccelerated; 82 VkBool32 integerDotProduct4x8BitPackedMixedSignednessAccelerated; 83 VkBool32 integerDotProduct16BitUnsignedAccelerated; 84 VkBool32 integerDotProduct16BitSignedAccelerated; 85 VkBool32 integerDotProduct16BitMixedSignednessAccelerated; [all …]
|
D | VK_EXT_primitives_generated_query.adoc | 70 VkBool32 primitivesGeneratedQuery; 71 VkBool32 primitivesGeneratedQueryWithRasterizerDiscard; 72 VkBool32 primitivesGeneratedQueryWithNonZeroStreams;
|
D | VK_KHR_fragment_shading_rate.adoc | 196 VkBool32 primitiveFragmentShadingRateWithMultipleViewports; 197 VkBool32 layeredShadingRateAttachments; 198 VkBool32 fragmentShadingRateNonTrivialCombinerOps; 203 VkBool32 fragmentShadingRateWithShaderDepthStencilWrites; 204 VkBool32 fragmentShadingRateWithSampleMask; 205 VkBool32 fragmentShadingRateWithShaderSampleMask; 206 VkBool32 fragmentShadingRateWithConservativeRasterization; 207 VkBool32 fragmentShadingRateWithFragmentShaderInterlock; 208 VkBool32 fragmentShadingRateWithCustomSampleLocations; 209 VkBool32 fragmentShadingRateStrictMultiplyCombiner; [all …]
|
D | VK_EXT_rasterization_order_attachment_access.adoc | 38 VkBool32 rasterizationOrderColorAttachmentAccess; 39 VkBool32 rasterizationOrderDepthAttachmentAccess; 40 VkBool32 rasterizationOrderStencilAttachmentAccess;
|
D | VK_EXT_image_2d_array_of_3d.adoc | 39 VkBool32 image2DViewOf3D; 40 VkBool32 sampler2DViewOf3D;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 673 vkStream->write((VkBool32*)&forMarshaling->robustBufferAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 674 vkStream->write((VkBool32*)&forMarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 675 vkStream->write((VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 676 vkStream->write((VkBool32*)&forMarshaling->independentBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 677 vkStream->write((VkBool32*)&forMarshaling->geometryShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 678 vkStream->write((VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 679 vkStream->write((VkBool32*)&forMarshaling->sampleRateShading, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 680 vkStream->write((VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 681 vkStream->write((VkBool32*)&forMarshaling->logicOp, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 682 vkStream->write((VkBool32*)&forMarshaling->multiDrawIndirect, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 511 memcpy((VkBool32*)&forUnmarshaling->robustBufferAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures() 512 *ptr += sizeof(VkBool32); in reservedunmarshal_VkPhysicalDeviceFeatures() 513 memcpy((VkBool32*)&forUnmarshaling->fullDrawIndexUint32, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures() 514 *ptr += sizeof(VkBool32); in reservedunmarshal_VkPhysicalDeviceFeatures() 515 memcpy((VkBool32*)&forUnmarshaling->imageCubeArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures() 516 *ptr += sizeof(VkBool32); in reservedunmarshal_VkPhysicalDeviceFeatures() 517 memcpy((VkBool32*)&forUnmarshaling->independentBlend, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures() 518 *ptr += sizeof(VkBool32); in reservedunmarshal_VkPhysicalDeviceFeatures() 519 memcpy((VkBool32*)&forUnmarshaling->geometryShader, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures() 520 *ptr += sizeof(VkBool32); in reservedunmarshal_VkPhysicalDeviceFeatures() [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 1942 VkBool32 depthTestEnable; in subDecode() 1943 memcpy((VkBool32*)&depthTestEnable, *readStreamPtrPtr, sizeof(VkBool32)); in subDecode() 1944 *readStreamPtrPtr += sizeof(VkBool32); in subDecode() 1951 VkBool32 depthWriteEnable; in subDecode() 1952 memcpy((VkBool32*)&depthWriteEnable, *readStreamPtrPtr, sizeof(VkBool32)); in subDecode() 1953 *readStreamPtrPtr += sizeof(VkBool32); in subDecode() 1969 VkBool32 depthBoundsTestEnable; in subDecode() 1970 memcpy((VkBool32*)&depthBoundsTestEnable, *readStreamPtrPtr, sizeof(VkBool32)); in subDecode() 1971 *readStreamPtrPtr += sizeof(VkBool32); in subDecode() 1979 VkBool32 stencilTestEnable; in subDecode() [all …]
|