Searched refs:requirements (Results 1 - 25 of 267) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_job.h56 unsigned requirements; member in struct:panfrost_job
H A Dpan_mfbd.c260 job->requirements &= ~PAN_REQ_DEPTH_WRITE;
263 /* Actualize the requirements */
265 if (job->requirements & PAN_REQ_MSAA) {
273 if (job->requirements & PAN_REQ_DEPTH_WRITE)
H A Dpan_sfbd.c134 if (job->requirements & PAN_REQ_MSAA)
H A Dpan_drm.c220 submit.requirements = reqs;
250 pantrace_submit_job(submit.jc, submit.requirements, FALSE);
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Dpanfrost_drm.h57 __u32 requirements; member in struct:drm_panfrost_submit
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dzink.rst25 Here's a list of those requirements:
61 For OpenGL 3.0 support, the following additional requirements needs to be
96 For OpenGL 3.3 support, the following additional requirements needs to be
110 For OpenGL 4.0 support, the following additional requirements needs to be
141 For OpenGL 4.2 support, the following additional requirements needs to be
174 For OpenGL 4.3 support, the following additional requirements needs to be
195 For OpenGL 4.4 support, the following additional requirements needs to be
H A Dvenus.rst25 expected to work on all drivers meeting the requirements. It has only been
190 host drivers by imposing platform-specific requirements. But the long-term
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_multithread_makecurrent.spec43 relaxing the context binding requirements.
45 This new behavior matches the requirements of AGL, while providing
133 (5) What requirements should be placed on the user managing contexts
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_multithread_makecurrent.spec43 relaxing the context binding requirements.
45 This new behavior matches the requirements of AGL, while providing
133 (5) What requirements should be placed on the user managing contexts
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Dpanfrost_drm.h70 __u32 requirements; member in struct:drm_panfrost_submit
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Ddocker.rst19 available jobs, with no inbound networking requirements. Jobs can
34 DUT requirements
/xsrc/external/mit/rgb/dist/
H A DREADME.md19 responsible for understanding the requirements of the license terms of
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.2.rst100 requirements
H A D18.3.3.rst106 - configure: EGL requirements only apply if EGL is built
H A D21.0.1.rst45 - CI: windows: split the layers to meet new registry requirements
H A D21.1.1.rst75 - aco: fix additional register requirements for spilling
H A D9.1.4.rst209 - nvc0: fix up video buffer alignment requirements
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_device.c97 .requirements = PANFROST_JD_REQ_FS,
/xsrc/external/mit/fontconfig/dist/m4/
H A Dpkg.m4133 [Package requirements ($2) were not met:
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dpkg.m4133 [Package requirements ($2) were not met:
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c3226 VkMemoryDedicatedRequirements *requirements = (void *)ext; local in function:anv_GetBufferMemoryRequirements2
3227 requirements->prefersDedicatedAllocation = false;
3228 requirements->requiresDedicatedAllocation = false;
3326 VkMemoryDedicatedRequirements *requirements = (void *)ext; local in function:anv_GetImageMemoryRequirements2
3333 requirements->prefersDedicatedAllocation = true;
3334 requirements->requiresDedicatedAllocation = true;
3336 requirements->prefersDedicatedAllocation = false;
3337 requirements->requiresDedicatedAllocation = false;
/xsrc/external/mit/MesaLib/dist/docs/
H A Dinstall.rst62 The requirements depends on the features selected at configure stage.
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c750 * image's memory requirements (that is, the image's size and alignment).
1597 VkMemoryDedicatedRequirements *requirements = (void *)ext; local in function:anv_image_get_memory_requirements
1604 requirements->prefersDedicatedAllocation = true;
1605 requirements->requiresDedicatedAllocation = true;
1607 requirements->prefersDedicatedAllocation = false;
1608 requirements->requiresDedicatedAllocation = false;
1619 /* If the image is disjoint, then we must return the memory requirements for
1621 * non-disjoint, then exactly one set of memory requirements exists for the
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfigure.ac266 AC_MSG_ERROR([Incomplete requirements for extra tools, X11 MIT-SHM extension required])
288 AC_MSG_ERROR([Incomplete requirements for intel-virtual-output, requires $ivo_requires])
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfigure.ac283 AC_MSG_ERROR([Incomplete requirements for extra tools, X11 MIT-SHM extension required])
305 AC_MSG_ERROR([Incomplete requirements for intel-virtual-output, requires $ivo_requires])

Completed in 22 milliseconds

1234567891011