Home
last modified time | relevance | path

Searched refs:VkStencilOpState (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc1251 * pname:front and pname:back are slink:VkStencilOpState values controlling
1272 slink:VkStencilOpState structs in pname:front and pname:back must: be
1518 slink:VkStencilOpState::pname:compareOp during pipeline creation.
1653 [open,refpage='VkStencilOpState',desc='Structure specifying stencil operation state',type='structs']
1655 The sname:VkStencilOpState structure is defined as:
1657 include::{generated}/api/structs/VkStencilOpState.adoc[]
1674 include::{generated}/validity/structs/VkStencilOpState.adoc[]
1696 slink:VkStencilOpState::pname:compareMask value used to create the currently
1791 members of slink:VkStencilOpState, specifying what happens to the stored
Dsamplers.adoc659 slink:VkStencilOpState::pname:compareOp.
Dpipelines.adoc4264 slink:VkStencilOpState::pname:writeMask for both pname:front and
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h296 const VkStencilOpState* from, VkStencilOpState* to);
Dgoldfish_vk_transform_guest.h465 VkStencilOpState* toTransform);
468 VkStencilOpState* toTransform);
Dgoldfish_vk_transform_guest.cpp1384 VkStencilOpState* toTransform) { in transform_tohost_VkStencilOpState()
1390 VkStencilOpState* toTransform) { in transform_fromhost_VkStencilOpState()
1402 transform_tohost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->front)); in transform_tohost_VkPipelineDepthStencilStateCreateInfo()
1403 transform_tohost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->back)); in transform_tohost_VkPipelineDepthStencilStateCreateInfo()
1413 transform_fromhost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->front)); in transform_fromhost_VkPipelineDepthStencilStateCreateInfo()
1414 transform_fromhost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->back)); in transform_fromhost_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_marshaling_guest.h563 const VkStencilOpState* forMarshaling);
566 VkStencilOpState* forUnmarshaling);
Dgoldfish_vk_counting_guest.h270 const VkStencilOpState* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h310 const VkStencilOpState* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_counting_guest.cpp1453 const VkStencilOpState* toCount, size_t* count) { in count_VkStencilOpState()
1485 count_VkStencilOpState(featureBits, rootType, (VkStencilOpState*)(&toCount->front), count); in count_VkPipelineDepthStencilStateCreateInfo()
1486 count_VkStencilOpState(featureBits, rootType, (VkStencilOpState*)(&toCount->back), count); in count_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp1324 const VkStencilOpState* from, VkStencilOpState* to) { in deepcopy_VkStencilOpState()
1350 deepcopy_VkStencilOpState(alloc, rootType, &from->front, (VkStencilOpState*)(&to->front)); in deepcopy_VkPipelineDepthStencilStateCreateInfo()
1351 deepcopy_VkStencilOpState(alloc, rootType, &from->back, (VkStencilOpState*)(&to->back)); in deepcopy_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp2629 const VkStencilOpState* forMarshaling) { in marshal_VkStencilOpState()
2641 VkStencilOpState* forUnmarshaling) { in unmarshal_VkStencilOpState()
2668 marshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forMarshaling->front)); in marshal_VkPipelineDepthStencilStateCreateInfo()
2669 marshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forMarshaling->back)); in marshal_VkPipelineDepthStencilStateCreateInfo()
2690 unmarshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forUnmarshaling->front)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
2691 unmarshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forUnmarshaling->back)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp1985 const VkStencilOpState* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkStencilOpState()
2028 reservedmarshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forMarshaling->front), in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
2030 reservedmarshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forMarshaling->back), in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h289 const VkStencilOpState* from, VkStencilOpState* to);
Dgoldfish_vk_transform.h471 VkStencilOpState* toTransform);
474 VkStencilOpState* toTransform);
Dgoldfish_vk_transform.cpp1387 VkStencilOpState* toTransform) { in transform_tohost_VkStencilOpState()
1393 VkStencilOpState* toTransform) { in transform_fromhost_VkStencilOpState()
1405 transform_tohost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->front)); in transform_tohost_VkPipelineDepthStencilStateCreateInfo()
1406 transform_tohost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->back)); in transform_tohost_VkPipelineDepthStencilStateCreateInfo()
1416 transform_fromhost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->front)); in transform_fromhost_VkPipelineDepthStencilStateCreateInfo()
1417 transform_fromhost_VkStencilOpState(resourceTracker, (VkStencilOpState*)(&toTransform->back)); in transform_fromhost_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_marshaling.h549 const VkStencilOpState* forMarshaling);
552 VkStencilOpState* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h291 VkStencilOpState* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp1324 const VkStencilOpState* from, VkStencilOpState* to) { in deepcopy_VkStencilOpState()
1350 deepcopy_VkStencilOpState(alloc, rootType, &from->front, (VkStencilOpState*)(&to->front)); in deepcopy_VkPipelineDepthStencilStateCreateInfo()
1351 deepcopy_VkStencilOpState(alloc, rootType, &from->back, (VkStencilOpState*)(&to->back)); in deepcopy_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_marshaling.cpp2996 const VkStencilOpState* forMarshaling) { in marshal_VkStencilOpState()
3008 VkStencilOpState* forUnmarshaling) { in unmarshal_VkStencilOpState()
3035 marshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forMarshaling->front)); in marshal_VkPipelineDepthStencilStateCreateInfo()
3036 marshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forMarshaling->back)); in marshal_VkPipelineDepthStencilStateCreateInfo()
3069 unmarshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forUnmarshaling->front)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
3070 unmarshal_VkStencilOpState(vkStream, rootType, (VkStencilOpState*)(&forUnmarshaling->back)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2281 VkStencilOpState* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkStencilOpState()
2337 (VkStencilOpState*)(&forUnmarshaling->front), ptr); in reservedunmarshal_VkPipelineDepthStencilStateCreateInfo()
2339 (VkStencilOpState*)(&forUnmarshaling->back), ptr); in reservedunmarshal_VkPipelineDepthStencilStateCreateInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c795 const VkStencilOpState *info) in vk_stencil_test_face_state_init()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3579 typedef struct VkStencilOpState { struct
3587 } VkStencilOpState; argument
3598 VkStencilOpState front;
3599 VkStencilOpState back;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp320 …C_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::StencilOpState ) == sizeof( VkStencilOpState ), "struct an…
Dvulkan_static_assertions.hpp356 …C_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::StencilOpState ) == sizeof( VkStencilOpState ), "struct an…

12