Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile.cpp95 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()
DConvert.h365 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()
DStoreTile.cpp96 SWR_INVALID("Invalid pixel format / tile mode for store tiles"); in SwrStoreHotTileToSurface()
DTilingFunctions.h625 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/
Dformat_types.h220 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 …]
Dclip.cpp71 default: SWR_INVALID("invalid clipping plane: %d", ClippingPlane); in intersect()
110 SWR_INVALID("invalid clipping plane: %d", ClippingPlane); in inside()
Dblend.h164 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()
Dfrontend.cpp306 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()
Dthreads.cpp121 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()
Dpa.h1185 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()
Dbackend.cpp125 …default: SWR_INVALID("Unknown attachment: %d", attachment); srcFormat = KNOB_COLOR_HOT_TILE_FORMAT… in ProcessStoreTileBE()
Dpa_avx.cpp2382 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()
Dtilemgr.cpp149 …default: SWR_INVALID("Unknown attachment: %d", attachment); format = KNOB_COLOR_HOT_TILE_FORMAT; b… in GetHotTile()
Dclip.h845 default: SWR_INVALID("invalid clipping plane: %d", ClippingPlane);
906 SWR_INVALID("invalid clipping plane: %d", ClippingPlane);
Dapi.cpp1040 default: SWR_INVALID("Unsupported depth format for depth quantiztion."); in SetupPipeline()
1312 SWR_INVALID("Invalid index buffer format: %d", pState->indexBuffer.format); in DrawIndexedInstance()
Drasterizer_impl.h689 SWR_INVALID("Primary templated function should never be called");
Dbinner.cpp767 default: SWR_INVALID("Invalid cull mode: %d", rastState.cullMode); cullTris = 0x0; break; in BinTrianglesImpl()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h179 #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/
Dblend_jit.cpp139 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()
Dfetch_jit.cpp253 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 …]
DJitManager.cpp658 SWR_INVALID("Unable to create directory: %s", mCacheDir.c_str()); in notifyObjectCompiled()
Dbuilder_misc.cpp1143 SWR_INVALID("Invalid float format"); in GATHER4PS()
1222 SWR_INVALID("unsupported format"); in GATHER4DD()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Deventmanager.h83 void Detach(EventHandler* pHandler) { SWR_INVALID("Should not be called"); } in Detach()
Darchrast.cpp288 SWR_INVALID("Failed to register thread."); in CreateThreadContext()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_eventhandlerfile.hpp101 SWR_INVALID("ArchRast: Could not open event file!"); in FlushBuffer()