Home
last modified time | relevance | path

Searched refs:VkFrontFace (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h272 VkFrontFace front_face;
Dvk_graphics_state.c2290 VkFrontFace frontFace) in vk_common_CmdSetFrontFace()
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp1787 VkFrontFace frontFace; in subDecode()
1788 memcpy((VkFrontFace*)&frontFace, *readStreamPtrPtr, sizeof(VkFrontFace)); in subDecode()
1789 *readStreamPtrPtr += sizeof(VkFrontFace); in subDecode()
2830 VkFrontFace frontFace; in subDecode()
2831 memcpy((VkFrontFace*)&frontFace, *readStreamPtrPtr, sizeof(VkFrontFace)); in subDecode()
2832 *readStreamPtrPtr += sizeof(VkFrontFace); in subDecode()
DVkDecoderSnapshot.h837 VkFrontFace frontFace);
1411 VkFrontFace frontFace);
DVkDecoderSnapshot.cpp2146 VkFrontFace frontFace) { in vkCmdSetFrontFace()
3280 VkFrontFace frontFace) { in vkCmdSetFrontFaceEXT()
5685 VkCommandBuffer commandBuffer, VkFrontFace frontFace) { in vkCmdSetFrontFace()
6746 VkCommandBuffer commandBuffer, VkFrontFace frontFace) { in vkCmdSetFrontFaceEXT()
DVkDecoder.cpp12308 VkFrontFace frontFace; in decode()
12318 memcpy((VkFrontFace*)&frontFace, *readStreamPtrPtr, sizeof(VkFrontFace)); in decode()
12319 *readStreamPtrPtr += sizeof(VkFrontFace); in decode()
19025 VkFrontFace frontFace; in decode()
19035 memcpy((VkFrontFace*)&frontFace, *readStreamPtrPtr, sizeof(VkFrontFace)); in decode()
19036 *readStreamPtrPtr += sizeof(VkFrontFace); in decode()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h577 void vkCmdSetFrontFace(VkCommandBuffer commandBuffer, VkFrontFace frontFace, uint32_t doLock);
971 void vkCmdSetFrontFaceEXT(VkCommandBuffer commandBuffer, VkFrontFace frontFace,
Dfunc_table.cpp2658 void gfxstream_vk_CmdSetFrontFace(VkCommandBuffer commandBuffer, VkFrontFace frontFace) { in gfxstream_vk_CmdSetFrontFace()
4222 void gfxstream_vk_CmdSetFrontFaceEXT(VkCommandBuffer commandBuffer, VkFrontFace frontFace) { in gfxstream_vk_CmdSetFrontFaceEXT()
DVkEncoder.cpp23049 void VkEncoder::vkCmdSetFrontFace(VkCommandBuffer commandBuffer, VkFrontFace frontFace, in vkCmdSetFrontFace()
23086 VkFrontFace local_frontFace; in vkCmdSetFrontFace()
23094 *countPtr += sizeof(VkFrontFace); in vkCmdSetFrontFace()
23113 memcpy(*streamPtrPtr, (VkFrontFace*)&local_frontFace, sizeof(VkFrontFace)); in vkCmdSetFrontFace()
23114 *streamPtrPtr += sizeof(VkFrontFace); in vkCmdSetFrontFace()
33266 void VkEncoder::vkCmdSetFrontFaceEXT(VkCommandBuffer commandBuffer, VkFrontFace frontFace, in vkCmdSetFrontFaceEXT()
33303 VkFrontFace local_frontFace; in vkCmdSetFrontFaceEXT()
33311 *countPtr += sizeof(VkFrontFace); in vkCmdSetFrontFaceEXT()
33330 memcpy(*streamPtrPtr, (VkFrontFace*)&local_frontFace, sizeof(VkFrontFace)); in vkCmdSetFrontFaceEXT()
33331 *streamPtrPtr += sizeof(VkFrontFace); in vkCmdSetFrontFaceEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp1933 memcpy(*ptr, (VkFrontFace*)&forMarshaling->frontFace, sizeof(VkFrontFace)); in reservedmarshal_VkPipelineRasterizationStateCreateInfo()
1934 *ptr += sizeof(VkFrontFace); in reservedmarshal_VkPipelineRasterizationStateCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp2539 vkStream->write((VkFrontFace*)&forMarshaling->frontFace, sizeof(VkFrontFace)); in marshal_VkPipelineRasterizationStateCreateInfo()
2562 vkStream->read((VkFrontFace*)&forUnmarshaling->frontFace, sizeof(VkFrontFace)); in unmarshal_VkPipelineRasterizationStateCreateInfo()
Dgoldfish_vk_counting_guest.cpp1417 *count += sizeof(VkFrontFace); in count_VkPipelineRasterizationStateCreateInfo()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py950 printer.write_enum("frontFace", VkFrontFace, indent)
1623 VkFrontFace = { variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dindirectcommands.adoc413 elink:VkFrontFace rasterization state for subsequent drawing commands.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1992 typedef enum VkFrontFace { enum
1996 } VkFrontFace; typedef
3559 VkFrontFace frontFace;
7351 typedef void (VKAPI_PTR *PFN_vkCmdSetFrontFace)(VkCommandBuffer commandBuffer, VkFrontFace frontFac…
7469 VkFrontFace frontFace);
14015 typedef void (VKAPI_PTR *PFN_vkCmdSetFrontFaceEXT)(VkCommandBuffer commandBuffer, VkFrontFace front…
14034 VkFrontFace frontFace);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc75 * pname:frontFace is a elink:VkFrontFace value specifying the front-facing
3276 [open,refpage='VkFrontFace',desc='Interpret polygon front-facing orientation',type='enums']
3301 include::{generated}/api/enums/VkFrontFace.adoc[]
3330 * pname:frontFace is a elink:VkFrontFace value specifying the front-facing
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp2104 …void vkCmdSetFrontFace( VkCommandBuffer commandBuffer, VkFrontFace frontFace ) const VULKAN_HPP_NO… in vkCmdSetFrontFace()
2690 …void vkCmdSetFrontFaceEXT( VkCommandBuffer commandBuffer, VkFrontFace frontFace ) const VULKAN_HPP… in vkCmdSetFrontFaceEXT()
Dvk_enum_string_helper.h3816 static inline const char* string_VkFrontFace(VkFrontFace input_value) in string_VkFrontFace()
Dvulkansc_raii.hpp8112 …rontFace( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkFrontFace>( frontFace ) ); in setFrontFace()
9544 …tFaceEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkFrontFace>( frontFace ) ); in setFrontFaceEXT()
Dvulkansc_funcs.hpp5206 d.vkCmdSetFrontFace( m_commandBuffer, static_cast<VkFrontFace>( frontFace ) ); in setFrontFace()
8124 d.vkCmdSetFrontFaceEXT( m_commandBuffer, static_cast<VkFrontFace>( frontFace ) ); in setFrontFaceEXT()
Dvulkan.hpp2207 …void vkCmdSetFrontFace( VkCommandBuffer commandBuffer, VkFrontFace frontFace ) const VULKAN_HPP_NO… in vkCmdSetFrontFace()
4085 …void vkCmdSetFrontFaceEXT( VkCommandBuffer commandBuffer, VkFrontFace frontFace ) const VULKAN_HPP… in vkCmdSetFrontFaceEXT()
Dvulkan_raii.hpp13013 …rontFace( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkFrontFace>( frontFace ) ); in setFrontFace()
17160 …tFaceEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkFrontFace>( frontFace ) ); in setFrontFaceEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2884 vkStream->write((VkFrontFace*)&forMarshaling->frontFace, sizeof(VkFrontFace)); in marshal_VkPipelineRasterizationStateCreateInfo()
2919 vkStream->read((VkFrontFace*)&forUnmarshaling->frontFace, sizeof(VkFrontFace)); in unmarshal_VkPipelineRasterizationStateCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2213 memcpy((VkFrontFace*)&forUnmarshaling->frontFace, *ptr, sizeof(VkFrontFace)); in reservedunmarshal_VkPipelineRasterizationStateCreateInfo()
2214 *ptr += sizeof(VkFrontFace); in reservedunmarshal_VkPipelineRasterizationStateCreateInfo()