Searched refs:lineWidth (Results 1 - 25 of 101) sorted by path

12345

/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2450 float lineWidth; member in struct:VkPipelineRasterizationStateCreateInfo
3003 typedef void (VKAPI_PTR *PFN_vkCmdSetLineWidth)(VkCommandBuffer commandBuffer, float lineWidth);
3567 float lineWidth);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c3109 float lineWidth)
3113 if (cmd_buffer->state.dynamic.line_width == lineWidth)
3116 cmd_buffer->state.dynamic.line_width = lineWidth;
3107 radv_CmdSetLineWidth(VkCommandBuffer commandBuffer,float lineWidth) argument
H A Dradv_pipeline.c1352 dynamic->line_width = pCreateInfo->pRasterizationState->lineWidth;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1782 tu_CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) argument
1786 cmd->state.dynamic.line_width = lineWidth;
H A Dtu_pipeline.c1606 tu6_emit_gras_su_cntl(&rast_cs, gras_su_cntl, rast_info->lineWidth);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1271 float lineWidth; member in struct:__anoncfb9ff1d1608
1300 float lineWidth; member in struct:SVGA3dCmdDXDefineRasterizerState
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h576 float lineWidth,
H A Dsvga_cmd_vgpu10.c982 float lineWidth,
996 cmd->lineWidth = lineWidth;
970 SVGA3D_vgpu10_DefineRasterizerState(struct svga_winsys_context * swc,SVGA3dRasterizerStateId rasterizerId,uint8 fillMode,SVGA3dCullMode cullMode,uint8 frontCounterClockwise,int32 depthBias,float depthBiasClamp,float slopeScaledDepthBias,uint8 depthClipEnable,uint8 scissorEnable,uint8 multisampleEnable,uint8 antialiasedLineEnable,float lineWidth,uint8 lineStippleEnable,uint8 lineStippleFactor,uint16 lineStipplePattern,uint8 provokingVertexLast) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1854 SVGA3D_DUMP_PARAMETER(lineWidth, f);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbinner.cpp1721 Float<SIMD_T> vHalfWidth = SIMD_T::set1_ps(rastState.lineWidth / 2.0f);
H A Drasterizer.cpp98 __m128 vLineWidth = _mm_set1_ps(pDC->pState->state.rastState.lineWidth);
H A Dstate.h1106 float lineWidth; member in struct:SWR_RASTSTATE
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1131 rastState->lineWidth = rasterizer->line_width > 0.0f
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c424 float lineWidth)
428 cmd_buffer->state.gfx.dynamic.line_width = lineWidth;
422 anv_CmdSetLineWidth(VkCommandBuffer commandBuffer,float lineWidth) argument
H A Danv_pipeline.c1447 dynamic->line_width = pCreateInfo->pRasterizationState->lineWidth;
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1282 raster_info.lineWidth = 1.0f;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst1487 - zink: do not set lineWidth to invalid value
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3095 float lineWidth; member in struct:VkPipelineRasterizationStateCreateInfo
3575 typedef void (VKAPI_PTR *PFN_vkCmdSetLineWidth)(VkCommandBuffer commandBuffer, float lineWidth);
4139 float lineWidth);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp703 rasterization_state.lineWidth = 1.0;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c727 sqtt_CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) argument
729 API_MARKER(SetLineWidth, commandBuffer, lineWidth);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c4997 radv_CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) argument
5001 if (cmd_buffer->state.dynamic.line_width == lineWidth)
5004 cmd_buffer->state.dynamic.line_width = lineWidth;
H A Dradv_pipeline.c1543 dynamic->line_width = pCreateInfo->pRasterizationState->lineWidth;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c2890 float lineWidth)
2894 cmd_buffer->state.dynamic.line_width = lineWidth;
2889 v3dv_CmdSetLineWidth(VkCommandBuffer commandBuffer,float lineWidth) argument
H A Dv3dv_pipeline.c2766 dynamic->line_width = pRasterizationState->lineWidth;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c2304 tu_CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) argument
2309 cmd->state.gras_su_cntl |= A6XX_GRAS_SU_CNTL_LINEHALFWIDTH(lineWidth / 2.0f);

Completed in 165 milliseconds

12345