Home
last modified time | relevance | path

Searched refs:frontFace (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCullingTests.cpp22 wgpu::RenderPipeline CreatePipelineForTest(wgpu::FrontFace frontFace, wgpu::CullMode cullMode) { in CreatePipelineForTest() argument
53 pipelineDescriptor.primitive.frontFace = frontFace; in CreatePipelineForTest()
71 void DoTest(wgpu::FrontFace frontFace, in DoTest() argument
83 renderPass.SetPipeline(CreatePipelineForTest(frontFace, cullMode)); in DoTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp63 VkFrontFace frontFace; member
231 m_params.frontFace, // frontFace in NegativeViewportHeightTestInstance()
311 const bool isFrontFacing = (triangleFace == m_params.frontFace); in isCulled()
347 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray); in generateReferenceImage()
357 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage()
541 << "Front face: " << getFrontFaceName(m_params.frontFace) << "\n" in iterate()
628 VkFrontFace frontFace; in populateTestGroup() member
629 } frontFace[] = in populateTestGroup() local
647 for (int ndxFrontFace = 0; ndxFrontFace < DE_LENGTH_OF_ARRAY(frontFace); ++ndxFrontFace) in populateTestGroup()
652 frontFace[ndxFrontFace].frontFace, in populateTestGroup()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp63 VkFrontFace frontFace; member
231 m_params.frontFace, // frontFace in NegativeViewportHeightTestInstance()
311 const bool isFrontFacing = (triangleFace == m_params.frontFace); in isCulled()
347 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray); in generateReferenceImage()
357 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage()
541 << "Front face: " << getFrontFaceName(m_params.frontFace) << "\n" in iterate()
628 VkFrontFace frontFace; in populateTestGroup() member
629 } frontFace[] = in populateTestGroup() local
647 for (int ndxFrontFace = 0; ndxFrontFace < DE_LENGTH_OF_ARRAY(frontFace); ++ndxFrontFace) in populateTestGroup()
652 frontFace[ndxFrontFace].frontFace, in populateTestGroup()
[all …]
/third_party/skia/samplecode/
DSampleCamera.cpp55 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; in onDrawContent() local
56 if (frontFace != fFrontFace) { in onDrawContent()
57 fFrontFace = frontFace; in onDrawContent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp228 if (state.getRasterizerState().frontFace != mCurRasterState.frontFace) in syncState()
333 bool frontFaceCCW = (glState.getRasterizerState().frontFace == GL_CCW); in setBlendDepthRasterStates()
367 setCullMode(rasterState.cullFace, rasterState.cullMode, rasterState.frontFace); in setBlendDepthRasterStates()
422 GLenum frontFace, in setViewportState() argument
454 float depthFront = !gl::IsTriangleMode(drawMode) ? 0.0f : (frontFace == GL_CCW ? 1.0f : -1.0f); in setViewportState()
836 void StateManager9::setCullMode(bool cullFace, gl::CullFaceMode cullMode, GLenum frontFace) in setCullMode() argument
841 gl_d3d9::ConvertCullMode(cullMode, frontFace)); in setCullMode()
850 mCurRasterState.frontFace = frontFace; in setCullMode()
DStateManager9.h51 GLenum frontFace,
89 void setCullMode(bool cullFace, gl::CullFaceMode cullMode, GLenum frontFace);
Drenderer9_utils.h36 D3DCULL ConvertCullMode(gl::CullFaceMode cullFace, GLenum frontFace);
Drenderer9_utils.cpp220 D3DCULL ConvertCullMode(gl::CullFaceMode cullFace, GLenum frontFace) in ConvertCullMode() argument
226 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW); in ConvertCullMode()
229 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW); in ConvertCullMode()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp461 const auto& frontFace = stencilSettings.postOriginCCWFace(origin); in fill_in_depth_stencil_state() local
464 SkASSERT(frontFace.fTestMask == backFace.fTestMask); in fill_in_depth_stencil_state()
465 SkASSERT(frontFace.fWriteMask == backFace.fWriteMask); in fill_in_depth_stencil_state()
466 dsDesc->StencilReadMask = frontFace.fTestMask; in fill_in_depth_stencil_state()
467 dsDesc->StencilWriteMask = frontFace.fWriteMask; in fill_in_depth_stencil_state()
469 setup_stencilop_desc(&dsDesc->FrontFace, frontFace); in fill_in_depth_stencil_state()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp69 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryTestsUtil.hpp69 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp152 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()
221 VkFrontFace frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE; member
DSetupProcessor.hpp57 VkFrontFace frontFace : BITS(VK_FRONT_FACE_MAX_ENUM); member
DSetupProcessor.cpp73 state.frontFace = pipelineState.getFrontFace(); in update()
DPixelProcessor.hpp97 VkFrontFace frontFace; member
DPixelProcessor.cpp172 state.frontFace = pipelineState.getFrontFace(); in update()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp248 DAWN_TRY(ValidateFrontFace(descriptor->frontFace)); in ValidatePrimitiveState()
797 return mPrimitive.frontFace; in GetFrontFace()
928 recorder.Record(mPrimitive.topology, mPrimitive.stripIndexFormat, mPrimitive.frontFace, in ComputeContentHash()
1045 stateA.frontFace != stateB.frontFace || stateA.cullMode != stateB.cullMode || in operator ()()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp65 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationUtil.hpp65 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/third_party/skia/third_party/externals/dawn/examples/
DCHelloTriangle.cpp96 descriptor.primitive.frontFace = WGPUFrontFace_CCW; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp157 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationUtil.hpp157 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/third_party/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.cpp82 primitive->frontFace = wgpu::FrontFace::CCW; in ComboRenderPipelineDescriptor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h105 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h58 GLenum frontFace; member
227 void setFrontFace(GLenum frontFace);

12345678