Home
last modified time | relevance | path

Searched refs:prefersLocalInvocationPrimitiveOutput (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp21847 if (!((a->prefersLocalInvocationPrimitiveOutput) == in checkEqual_VkPhysicalDeviceMeshShaderPropertiesEXT()
21848 (b->prefersLocalInvocationPrimitiveOutput))) { in checkEqual_VkPhysicalDeviceMeshShaderPropertiesEXT()
Dgoldfish_vk_marshaling.cpp40869 vkStream->write((VkBool32*)&forMarshaling->prefersLocalInvocationPrimitiveOutput, in marshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
40928 vkStream->read((VkBool32*)&forUnmarshaling->prefersLocalInvocationPrimitiveOutput, in unmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
Dgoldfish_vk_reserved_marshaling.cpp32040 memcpy((VkBool32*)&forUnmarshaling->prefersLocalInvocationPrimitiveOutput, *ptr, in reservedunmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h16868 VkBool32 prefersLocalInvocationPrimitiveOutput; member
Dvulkan_structs.hpp60006 …ationVertexOutput( prefersLocalInvocationVertexOutput_ ), prefersLocalInvocationPrimitiveOutput( p…
60044 …WorkGroupInvocations, prefersLocalInvocationVertexOutput, prefersLocalInvocationPrimitiveOutput, p… in reflect()
60084 && ( prefersLocalInvocationPrimitiveOutput == rhs.prefersLocalInvocationPrimitiveOutput ) in operator ==()
60124 VULKAN_HPP_NAMESPACE::Bool32 prefersLocalInvocationPrimitiveOutput = {}; member
Dvulkan_hash.hpp7961 …_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationPrimitiveOutput ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp31738 vkStream->write((VkBool32*)&forMarshaling->prefersLocalInvocationPrimitiveOutput, in marshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
31785 vkStream->read((VkBool32*)&forUnmarshaling->prefersLocalInvocationPrimitiveOutput, in unmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp21196 memcpy(*ptr, (VkBool32*)&forMarshaling->prefersLocalInvocationPrimitiveOutput, in reservedmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()