Home
last modified time | relevance | path

Searched refs:FillMode (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp174 translate_fill_mode(D3D10_DDI_FILL_MODE FillMode) in translate_fill_mode() argument
176 switch (FillMode) { in translate_fill_mode()
216 state.fill_front = translate_fill_mode(pRasterizerDesc->FillMode); in CreateRasterizerState()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DContext.hpp101 enum FillMode ENUM_UNDERLYING_TYPE_UNSIGNED_INT
431 FillMode fillMode;
H A DPixelProcessor.hpp284 void setFillMode(FillMode fillMode);
H A DPixelProcessor.cpp819 void PixelProcessor::setFillMode(FillMode fillMode) in setFillMode()
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
H A Dtri.cpp257 RasterizerDesc.FillMode = D3D11_FILL_SOLID; in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp58 rasterDesc.FillMode = D3D11_FILL_SOLID; in loadResources()
H A DRenderStateCache.cpp193 rasterDesc.FillMode = D3D11_FILL_SOLID; in getRasterizerState()
H A DClear11.cpp251 rsDesc.FillMode = D3D11_FILL_SOLID; in ensureResourcesInitialized()
H A DSwapChain11.cpp763 rasterizerDesc.FillMode = D3D11_FILL_SOLID; in initPassThroughResources()
H A DBlit11.cpp639 rasterDesc.FillMode = D3D11_FILL_SOLID; in initResources()
/third_party/skia/gm/
H A Dtrickycubicstrokes.cpp99 enum class FillMode { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DRenderPipelineD3D12.cpp378 descriptorD3D12.RasterizerState.FillMode = D3D12_FILL_MODE_SOLID; in Initialize()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp519 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
535 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
541 cso->desc.FillMode = fill_mode(rs_state->fill_back); in d3d12_create_rasterizer_state()
546 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
552 cso->desc.FillMode = D3D12_FILL_MODE_SOLID; in d3d12_create_rasterizer_state()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c607 .FillMode = D3D12_FILL_MODE_SOLID, in dzn_meta_blit_create()
H A Ddzn_pipeline.c1159 desc->FillMode = translate_polygon_mode(in_rast->polygonMode); in dzn_graphics_pipeline_translate_rast()
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp384 rasterizer->FillMode = (caps->wireframeMode() || pipeline.isWireframe()) ? in fill_in_rasterizer_state()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp483 desc.FillMode = D3D10_FILL_SOLID; in ImGui_ImplDX10_CreateDeviceObjects()
H A Dimgui_impl_dx11.cpp495 desc.FillMode = D3D11_FILL_SOLID; in ImGui_ImplDX11_CreateDeviceObjects()
H A Dimgui_impl_dx12.cpp636 desc.FillMode = D3D12_FILL_MODE_SOLID; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/ffmpeg/libavfilter/
H A Dvf_fillborders.c35 enum FillMode { FM_SMEAR, FM_MIRROR, FM_FIXED, FM_REFLECT, FM_WRAP, FM_FADE, FM_MARGINS, FM_NB_MODES }; enum
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp157 outDesc.FillMode = D3D12_FILL_MODE_SOLID; in SetDefaultRasterizerDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp88 enum FillMode enum
319 FillMode fillMode;
351 FillMode fillMode;
574 void generateBuffer (tcu::PixelBufferAccess buffer, int width, int height, int depth = 1, FillMode = FILL_MODE_GRADIENT);
622 void CopiesAndBlittingTestInstance::generateBuffer (tcu::PixelBufferAccess buffer, int width, int height, int depth, FillMode mode) in generateBuffer()
14723 FillMode mode;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp76 enum FillMode enum
295 FillMode fillMode;
492 void generateBuffer (tcu::PixelBufferAccess buffer, int width, int height, int depth = 1, FillMode = FILL_MODE_GRADIENT);
536 void CopiesAndBlittingTestInstance::generateBuffer (tcu::PixelBufferAccess buffer, int width, int height, int depth, FillMode mode) in generateBuffer()
12669 FillMode mode; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 95 milliseconds