/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | LoadTile.cpp | 82 SWR_INVALID("Unsupported tiling mode"); in SwrLoadHotTile() 98 SWR_INVALID("Unsupported tiling mode"); in SwrLoadHotTile() 115 SWR_INVALID("Unsupported tiling mode"); in SwrLoadHotTile() 122 SWR_INVALID("Unsupported format for load tile"); in SwrLoadHotTile()
|
D | Convert.h | 365 SWR_INVALID("Invalid type: %d", type); in ConvertPixelFromFloat() 384 SWR_INVALID("Invalid # of comps: %d", FormatTraits<DstFormat>::numComps); in ConvertPixelFromFloat() 422 SWR_INVALID("Invalid # of comps: %d", FormatTraits<SrcFormat>::numComps); in ConvertPixelToFloat() 550 SWR_INVALID("Invalid type: %d", type); in ConvertPixelToFloat() 727 SWR_INVALID("Invalid format: %d", format); in ConvertPixelFromFloat()
|
D | StoreTile.cpp | 84 SWR_INVALID("Invalid pixel format / tile mode for store tiles"); in SwrStoreHotTileToSurface()
|
D | TilingFunctions.h | 624 default: SWR_INVALID("Unsupported tiling mode"); 644 default: SWR_INVALID("Unsupported tiling mode"); 676 default: SWR_INVALID("Unsupported format");
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | swr_assert.h | 186 #define SWR_INVALID(...) \ macro 220 #define SWR_INVALID(...) \ macro 240 #define SWR_NOT_IMPL SWR_INVALID("%s not implemented", SWR_FUNCTION_DECL)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_types.h | 224 SWR_INVALID("I think this may be incorrect."); 447 SWR_INVALID("I think this may be incorrect."); 1391 SWR_INVALID("Invalid component: %d", comp); 1408 SWR_INVALID("Invalid component: %d", comp); 1425 SWR_INVALID("Invalid component: %d", comp); 1446 SWR_INVALID("Invalid component: %d", comp); 1467 SWR_INVALID("Invalid component: %d", comp); 1488 SWR_INVALID("Invalid component: %d", comp); 1513 SWR_INVALID("Invalid component: %d", comp); 1533 SWR_INVALID("Invalid component: %d", comp); [all …]
|
D | blend.h | 172 SWR_INVALID("Unimplemented blend factor: %d", func); in GenerateBlendFactor() 235 SWR_INVALID("Unimplemented blend function: %d", blendOp); in BlendFunc() 287 SWR_INVALID("Unimplemented clamp: %d", type); in Clamp()
|
D | clip.cpp | 80 SWR_INVALID("invalid clipping plane: %d", ClippingPlane); in intersect() 123 SWR_INVALID("invalid clipping plane: %d", ClippingPlane); in inside()
|
D | frontend.cpp | 294 SWR_INVALID("Unsupported topology: %d", mode); in GetNumPrims() 383 SWR_INVALID("Unsupported topology: %d", mode); in GetNumVerts() 460 SWR_INVALID("Unsupported topology: %d", topology); in NumVertsPerPrim() 907 SWR_INVALID("Unexpected GS output topology: %d", pState->outputTopology); in GeometryShaderStage() 930 SWR_INVALID("Unexpected GS output topology: %d", pState->outputTopology); in GeometryShaderStage() 1306 SWR_INVALID("Unexpected DS output topology: %d", tsState.postDSTopology); in TessellationStages() 1326 SWR_INVALID("Unexpected DS output topology: %d", tsState.postDSTopology); in TessellationStages() 1704 SWR_INVALID("Invalid work.type: %d", work.type); in ProcessDraw()
|
D | tessellator.h | 115 SWR_INVALID("Invalid Tessellation Domain: %d", Domain); in Tessellate()
|
D | threads.cpp | 125 SWR_INVALID("Shouldn't get here in 64-bit mode"); in CalculateProcessorTopology() 328 SWR_INVALID("Shouldn't get here"); in bindThread() 353 SWR_INVALID("Failed to set Thread Affinity"); in bindThread()
|
D | pa.h | 1317 SWR_INVALID("Invalid binTopology (%d) for %s", binTopology, __FUNCTION__); 1326 SWR_INVALID("%s NOT IMPLEMENTED", __FUNCTION__); in GetSimdVector() 1333 SWR_INVALID("%s NOT IMPLEMENTED", __FUNCTION__); in GetSimdVector_simd16()
|
D | tilemgr.cpp | 168 SWR_INVALID("Unknown attachment: %d", attachment); in GetHotTile()
|
D | backend.cpp | 144 SWR_INVALID("Unknown attachment: %d", attachment); in ProcessStoreTileBE()
|
D | pa_avx.cpp | 2547 SWR_INVALID("Is rect list used for anything other then clears?"); in PaRectList2() 2678 SWR_INVALID("Is rect list used for anything other then clears?"); in PaRectList2_simd16() 2750 SWR_INVALID("Invalid primIndex: %d", primIndex); in PaRectListSingle0() 3040 SWR_INVALID("Invalid topology: %d", this->binTopology); in PA_STATE_OPT() 3137 SWR_INVALID("Invalid topology: %d", this->binTopology); in PA_STATE_OPT()
|
D | clip.h | 939 SWR_INVALID("invalid clipping plane: %d", ClippingPlane); 1012 SWR_INVALID("invalid clipping plane: %d", ClippingPlane);
|
D | api.cpp | 1066 SWR_INVALID("Unsupported depth format for depth quantiztion."); in SetupPipeline() 1354 SWR_INVALID("Invalid index buffer format: %d", pState->indexBuffer.format); in DrawIndexedInstance()
|
D | rasterizer_impl.h | 746 SWR_INVALID("Primary templated function should never be called");
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 145 SWR_INVALID("Unsupported blend factor: %d", factor); in GenerateBlendFactor() 188 SWR_INVALID("Unsupport format type: %d", type); in Clamp() 242 SWR_INVALID("Unsupported format type: %d", info.type[c]); in Quantize() 303 SWR_INVALID("Unsupported blend operation: %d", blendOp); in BlendFunc() 453 SWR_INVALID("Unsupported logic operation: %d", logicOp); in LogicOpFunc() 503 SWR_INVALID("Invalid alpha test function"); in AlphaTest() 540 SWR_INVALID("Invalid alpha test function"); in AlphaTest() 769 SWR_INVALID("Unsupported type for logic op: %d", info.type[i]); in Create() 808 SWR_INVALID("Unsupported type for logic op: %d", info.type[i]); in Create()
|
D | fetch_jit.cpp | 449 SWR_INVALID("Shouldn't have BPP = %d now", info.bpp); in CreateGatherOddFormats() 904 SWR_INVALID("Tried to fetch invalid FP format"); in JitGatherVertices() 1559 SWR_INVALID("Unsupported conversion type"); in Shuffle8bpcGatherd16() 1615 SWR_INVALID("Type should not be sign extended!"); in Shuffle8bpcGatherd() 1632 SWR_INVALID("Type should not be zero extended!"); in Shuffle8bpcGatherd() 1645 SWR_INVALID("Unsupported conversion type"); in Shuffle8bpcGatherd() 1877 SWR_INVALID("Type should not be zero extended!"); in Shuffle16bpcGather16() 1943 SWR_INVALID("Unsupported conversion type"); in Shuffle16bpcGather16() 2017 SWR_INVALID("Type should not be sign extended!"); in Shuffle16bpcGather() 2114 SWR_INVALID("Type should not be zero extended!"); in Shuffle16bpcGather() [all …]
|
D | JitManager.cpp | 120 SWR_INVALID("Jitting requires at least AVX ISA support"); in JitManager() 661 SWR_INVALID("Unable to create directory: %s", mCacheDir.c_str()); in JitCache() 702 SWR_INVALID("Unset module cache directory"); in notifyObjectCompiled() 709 SWR_INVALID("Unable to create directory: %s", mModuleCacheDir.c_str()); in notifyObjectCompiled()
|
D | builder_mem.cpp | 333 SWR_INVALID("Invalid float format"); in GATHER4PS() 419 SWR_INVALID("unsupported format"); in GATHER4DD()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
D | eventmanager.h | 84 void Detach(EventHandler* pHandler) { SWR_INVALID("Should not be called"); } in Detach()
|
D | archrast.cpp | 677 SWR_INVALID("Failed to register thread."); in CreateThreadContext()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_eventhandlerfile.hpp | 106 SWR_INVALID("ArchRast: Could not open event file!"); in FlushBuffer()
|