/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | LoadTile.cpp | 95 SWR_INVALID("Unsupported tiling mode"); in SwrLoadHotTile() 111 SWR_INVALID("Unsupported tiling mode"); in SwrLoadHotTile() 128 SWR_INVALID("Unsupported tiling mode"); in SwrLoadHotTile() 135 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 | 96 SWR_INVALID("Invalid pixel format / tile mode for store tiles"); in SwrStoreHotTileToSurface()
|
D | TilingFunctions.h | 625 default: SWR_INVALID("Unsupported tiling mode"); 645 default: SWR_INVALID("Unsupported tiling mode"); 677 default: SWR_INVALID("Unsupported format");
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_types.h | 220 SWR_INVALID("I think this may be incorrect."); 434 SWR_INVALID("I think this may be incorrect."); 1269 SWR_INVALID("Invalid component: %d", comp); 1286 SWR_INVALID("Invalid component: %d", comp); 1304 SWR_INVALID("Invalid component: %d", comp); 1321 SWR_INVALID("Invalid component: %d", comp); 1342 SWR_INVALID("Invalid component: %d", comp); 1359 SWR_INVALID("Invalid component: %d", comp); 1380 SWR_INVALID("Invalid component: %d", comp); 1400 SWR_INVALID("Invalid component: %d", comp); [all …]
|
D | clip.cpp | 71 default: SWR_INVALID("invalid clipping plane: %d", ClippingPlane); in intersect() 110 SWR_INVALID("invalid clipping plane: %d", ClippingPlane); in inside()
|
D | blend.h | 164 default: SWR_INVALID("Unimplemented blend factor: %d", func); in GenerateBlendFactor() 223 SWR_INVALID("Unimplemented blend function: %d", blendOp); in BlendFunc() 275 SWR_INVALID("Unimplemented clamp: %d", type); in Clamp()
|
D | frontend.cpp | 306 SWR_INVALID("Unsupported topology: %d", mode); in GetNumPrims() 382 SWR_INVALID("Unsupported topology: %d", mode); in GetNumVerts() 459 SWR_INVALID("Unsupported topology: %d", topology); in NumVertsPerPrim() 875 default: SWR_INVALID("Unexpected GS output topology: %d", pState->outputTopology); in GeometryShaderStage() 888 default: SWR_INVALID("Unexpected GS output topology: %d", pState->outputTopology); in GeometryShaderStage() 1206 default: SWR_INVALID("Unexpected DS output topology: %d", tsState.postDSTopology); in TessellationStages() 1219 default: SWR_INVALID("Unexpected DS output topology: %d", tsState.postDSTopology); in TessellationStages() 1551 SWR_INVALID("Invalid work.type: %d", work.type); in ProcessDraw()
|
D | threads.cpp | 121 SWR_INVALID("Shouldn't get here in 64-bit mode"); in CalculateProcessorTopology() 274 SWR_INVALID("Shouldn't get here"); in bindThread() 299 SWR_INVALID("Failed to set Thread Affinity"); in bindThread()
|
D | pa.h | 1185 SWR_INVALID("Invalid binTopology (%d) for %s", binTopology, __FUNCTION__); in PA_TESS() 1197 SWR_INVALID("%s NOT IMPLEMENTED", __FUNCTION__); in GetSimdVector() 1204 SWR_INVALID("%s NOT IMPLEMENTED", __FUNCTION__); in GetSimdVector_simd16()
|
D | backend.cpp | 125 …default: SWR_INVALID("Unknown attachment: %d", attachment); srcFormat = KNOB_COLOR_HOT_TILE_FORMAT… in ProcessStoreTileBE()
|
D | pa_avx.cpp | 2382 SWR_INVALID("Is rect list used for anything other then clears?"); in PaRectList2() 2512 SWR_INVALID("Is rect list used for anything other then clears?"); in PaRectList2_simd16() 2585 SWR_INVALID("Invalid primIndex: %d", primIndex); in PaRectListSingle0() 2868 SWR_INVALID("Invalid topology: %d", this->binTopology); in PA_STATE_OPT() 2965 SWR_INVALID("Invalid topology: %d", this->binTopology); in PA_STATE_OPT()
|
D | tilemgr.cpp | 149 …default: SWR_INVALID("Unknown attachment: %d", attachment); format = KNOB_COLOR_HOT_TILE_FORMAT; b… in GetHotTile()
|
D | clip.h | 845 default: SWR_INVALID("invalid clipping plane: %d", ClippingPlane); 906 SWR_INVALID("invalid clipping plane: %d", ClippingPlane);
|
D | api.cpp | 1040 default: SWR_INVALID("Unsupported depth format for depth quantiztion."); in SetupPipeline() 1312 SWR_INVALID("Invalid index buffer format: %d", pState->indexBuffer.format); in DrawIndexedInstance()
|
D | rasterizer_impl.h | 689 SWR_INVALID("Primary templated function should never be called");
|
D | binner.cpp | 767 default: SWR_INVALID("Invalid cull mode: %d", rastState.cullMode); cullTris = 0x0; break; in BinTrianglesImpl()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | swr_assert.h | 179 #define SWR_INVALID(...) \ macro 199 #define SWR_INVALID(...) _SWR_MACRO_START (void)(0); _SWR_MACRO_END macro 212 #define SWR_NOT_IMPL SWR_INVALID("%s not implemented", SWR_FUNCTION_DECL)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 139 SWR_INVALID("Unsupported blend factor: %d", factor); in GenerateBlendFactor() 181 case SWR_TYPE_UNKNOWN: SWR_INVALID("Unsupport format type: %d", type); in Clamp() 233 default: SWR_INVALID("Unsupported format type: %d", info.type[c]); in Quantize() 289 SWR_INVALID("Unsupported blend operation: %d", blendOp); in BlendFunc() 439 SWR_INVALID("Unsupported logic operation: %d", logicOp); in LogicOpFunc() 472 SWR_INVALID("Invalid alpha test function"); in AlphaTest() 493 SWR_INVALID("Invalid alpha test function"); in AlphaTest() 689 SWR_INVALID("Unsupported type for logic op: %d", info.type[i]); in Create() 736 SWR_INVALID("Unsupported type for logic op: %d", info.type[i]); in Create()
|
D | fetch_jit.cpp | 253 default: SWR_INVALID("Unsupported index type"); vIndices = nullptr; break; in Create() 507 default: SWR_INVALID("Unsupported underlying bpp!"); in JitLoadVertices() 528 SWR_INVALID("Unsupported underlying type!"); in JitLoadVertices() 544 SWR_INVALID("Unsupported underlying type!"); in JitLoadVertices() 560 SWR_INVALID("Unsupported underlying type!"); in JitLoadVertices() 576 SWR_INVALID("Unsupported underlying type!"); in JitLoadVertices() 586 SWR_INVALID("Unsupported underlying type!"); in JitLoadVertices() 600 SWR_INVALID("Unsupported type %d!", info.type[0]); in JitLoadVertices() 802 SWR_INVALID("Shouldn't have BPP = %d now", info.bpp); in CreateGatherOddFormats() 1493 SWR_INVALID("Tried to fetch invalid FP format"); in JitGatherVertices() [all …]
|
D | JitManager.cpp | 658 SWR_INVALID("Unable to create directory: %s", mCacheDir.c_str()); in notifyObjectCompiled()
|
D | builder_misc.cpp | 1143 SWR_INVALID("Invalid float format"); in GATHER4PS() 1222 SWR_INVALID("unsupported format"); in GATHER4DD()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
D | eventmanager.h | 83 void Detach(EventHandler* pHandler) { SWR_INVALID("Should not be called"); } in Detach()
|
D | archrast.cpp | 288 SWR_INVALID("Failed to register thread."); in CreateThreadContext()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_eventhandlerfile.hpp | 101 SWR_INVALID("ArchRast: Could not open event file!"); in FlushBuffer()
|