Home
last modified time | relevance | path

Searched refs:polygonMode (Results 1 - 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp153 inline VkPolygonMode getPolygonMode() const { return polygonMode; } in getPolygonMode()
222 VkPolygonMode polygonMode = VK_POLYGON_MODE_FILL; member
H A DContext.cpp332 polygonMode = rasterizationState->polygonMode; in GraphicsState()
583 return polygonModeAware ? (polygonMode == VK_POLYGON_MODE_POINT) : false;
602 return polygonModeAware ? (polygonMode == VK_POLYGON_MODE_LINE) : false;
620 return polygonModeAware ? (polygonMode == VK_POLYGON_MODE_FILL) : true;
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c180 if (rs_info && rs_info->polygonMode != VK_POLYGON_MODE_FILL) { in pack_cfg_bits()
183 rs_info->polygonMode == VK_POLYGON_MODE_POINT; in pack_cfg_bits()
H A Dv3dv_meta_clear.c504 .polygonMode = VK_POLYGON_MODE_FILL, in create_pipeline()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c707 .polygonMode = VK_POLYGON_MODE_FILL, in blit2d_init_color_pipeline()
841 .polygonMode = VK_POLYGON_MODE_FILL, in blit2d_init_depth_only_pipeline()
998 .polygonMode = VK_POLYGON_MODE_FILL, in blit2d_init_stencil_only_pipeline()
H A Dradv_meta_resolve_fs.c179 .polygonMode = VK_POLYGON_MODE_FILL, in create_resolve_pipeline()
468 .polygonMode = VK_POLYGON_MODE_FILL, in create_depth_stencil_resolve_pipeline()
H A Dradv_meta_decompress.c241 .polygonMode = VK_POLYGON_MODE_FILL, in create_pipeline()
H A Dradv_meta_fast_clear.c220 .polygonMode = VK_POLYGON_MODE_FILL, in create_pipeline()
H A Dradv_meta_resolve.c130 .polygonMode = VK_POLYGON_MODE_FILL, in create_pipeline()
H A Dradv_meta_blit.c739 .polygonMode = VK_POLYGON_MODE_FILL, in build_pipeline()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c175 rast_state.polygonMode = hw_rast_state->polygon_mode; in zink_create_gfx_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp876 const auto polygonMode = ((m_context.getDeviceFeatures().fillModeNonSolid) in iterate() local
886 polygonMode, // VkPolygonMode polygonMode; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp349 vk::VkPolygonMode polygonMode = vk::VK_POLYGON_MODE_FILL,
H A DvktDrawCreateInfoUtil.cpp829 polygonMode = _polygonMode; in RasterizerState()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp349 vk::VkPolygonMode polygonMode = vk::VK_POLYGON_MODE_FILL,
H A DvktDrawCreateInfoUtil.cpp829 polygonMode = _polygonMode; in RasterizerState()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp434 rasterInfo->polygonMode = (caps->wireframeMode() || isWireframe) ?
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp235 rasterizationState.polygonMode = vk::PolygonMode::eFill; in createGraphicsPipeline()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp428 rasterization.polygonMode = VK_POLYGON_MODE_FILL; in Initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h149 void polygonMode(GLenum face, GLenum mode); \
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc677 rasterization_info.polygonMode = in CreateVkGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1896 VkPolygonMode polygonMode = VK_POLYGON_MODE_FILL; member
1955 VK_POLYGON_MODE_FILL, // VkPolygonMode polygonMode
3605 state->polygonMode = pointerToCreateInfo->pRasterizationState->polygonMode; in buildPipeline()
3893 const bool polygonModeLine = !isShaderObjectDynamic(vk::VK_DYNAMIC_STATE_POLYGON_MODE_EXT) || state->polygonMode == vk::VK_POLYGON_MODE_LINE; in setShaderObjectDynamicStates()
4164 vk.cmdSetPolygonModeEXT(cmdBuffer, state->polygonMode); in setShaderObjectDynamicStates()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h1123 size += vn_sizeof_VkPolygonMode(&val->polygonMode); in vn_sizeof_VkPipelineRasterizationStateCreateInfo_self()
1210 vn_encode_VkPolygonMode(enc, &val->polygonMode); in vn_encode_VkPipelineRasterizationStateCreateInfo_self()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp777 rasterization_state.polygonMode = VK_POLYGON_MODE_FILL; in create_graphics_pipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h65 PFNGLPOLYGONMODEPROC polygonMode = nullptr; member in rx::DispatchTableGL

Completed in 39 milliseconds

123