Searched refs:Validate (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h40 bool Validate(uint32 width, uint32 height);
H A DGalliumContext.cpp371 GalliumContext::Validate(uint32 width, uint32 height) function in class:GalliumContext
H A DSoftwareRenderer.cpp120 if (fBitmap && cs == fColorSpace && fContextObj->Validate(fWidth, fHeight)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h40 bool Validate(uint32 width, uint32 height);
H A DSoftwareRenderer.cpp196 fContextObj->Validate(fWidth, fHeight);
250 fContextObj->Validate(fWidth, fHeight);
H A DGalliumContext.cpp379 GalliumContext::Validate(uint32 width, uint32 height) function in class:GalliumContext
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dcontext.c45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, function in typeref:typename:Status
205 ret = Validate(dpy, port, surface_type_id, width, height, flags,
H A Dsubpicture.c147 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id) function in typeref:typename:Status
289 ret = Validate(dpy, context->port, context->surface_type_id, xvimage_id);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dcontext.c45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, function in typeref:typename:Status
205 ret = Validate(dpy, port, surface_type_id, width, height, flags,
H A Dsubpicture.c147 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id) function in typeref:typename:Status
289 ret = Validate(dpy, context->port, context->surface_type_id, xvimage_id);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.4.rst59 - mesa: Validate target before resolving tex obj in
H A D10.0.4.rst84 - i965: Validate (and resolve) all the bound textures.
H A D18.1.9.rst106 - st/mesa: Validate the result of pipe_transfer_map in make_texture
H A D9.1.7.rst95 - mesa: Validate the layer selection of an array texture too
H A D18.2.1.rst133 - st/mesa: Validate the result of pipe_transfer_map in make_texture
H A D7.10.2.rst116 - st/mesa: Validate state before doing blits.
H A D8.0.5.rst178 - mesa/es: Validate glTexImage border in Mesa code rather than the ES
H A D9.0.2.rst136 - i965: Validate requested GLES context version in brwCreateContext
H A D19.3.0.rst220 - pan/decode: Validate AFBC fields are zero when AFBC is disabled
232 - pan/decode: Validate swizzles against format
237 - pan/decode: Validate texture dimensionality
244 - pan/decode: Validate attribute/varying buffer pointer
281 - pan/decode: Validate MFBD tags
282 - pan/decode: Validate and simplify FRAGMENT payloads
283 - pan/decode: Validate blend shaders don't access I/O
287 - pan/decode: Validate mali_shader_meta stats
288 - pan/decode: Validate, but do not print, index buffer
299 - pan/decode: Validate an
[all...]
H A D7.9.1.rst256 - mesa: Validate assembly shaders when GLSL shaders are used
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp906 return spvTool.Validate(reinterpret_cast<const uint32_t *>(binary.data()),
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp757 if (FAILED(validator->Validate(&blob, DxcValidatorFlags_InPlaceEdit,
759 throw runtime_error("Validate failed");
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxcapi.h587 // Validate a shader.
588 virtual HRESULT STDMETHODCALLTYPE Validate(
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME.md231 * `validateir` - Validate the ACO IR between compilation stages. By default, enabled in debug builds and disabled in release builds.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1267 validator->Validate(&source, DxcValidatorFlags_InPlaceEdit, &result);

Completed in 29 milliseconds

12