Lines Matching refs:implement

199 - docs: Stop claiming to implement OpenVG
1182 - ac/nir: implement nir_op_[un]pack_[64/32]_\*
1197 - aco: implement nir_op_unpack_[64/32]_\*
1198 - ac/nir: implement nir_op_[un]pack_64_4x16
1422 - freedreno: implement pipe screen's resource_from_memobj
1716 - egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
1776 - gallium/indices: implement prim-restart for line-loops
1778 - gallium/indices: implement prim-restart for triangle fans
2009 - zink: implement pipe_device_reset_callback
2023 - v3dv: implement vkCreateInstance
2024 - v3dv: implement vkDestroyInstance
2025 - v3dv: implement vkEnumeratePhysicalDevices
2029 - v3dv: add a comment to clarify how we should implement uuid / deviceID retrieval
2030 - v3dv: implement vkGetPhysicalDeviceMemoryProperties
2031 - v3dv: implement vkGetPhysicalDeviceFeatures
2032 - v3dv: implement vkEnumerateDeviceExtensionProperties
2034 - v3dv: implement vkGetPhysicalDeviceQueueFamilyProperties
2035 - v3dv: implement vkCreateDevice
2036 - v3dv: implement vkGetDeviceQueue
2040 - v3dv: implement vkEnumerate{Instance,Device}LayerProperties
2042 - v3dv: implement vkCreateImage
2043 - v3dv: implement vkGetImageMemoryRequirements
2045 - v3dv: implement vkAllocateMemory
2046 - v3dv: implement vkFreeMemory
2047 - v3dv: implement vkMapMemory
2048 - v3dv: implement vkUnmapMemory
2049 - v3dv: implement vkBindImageMemory
2050 - v3dv: implement vkCreateImageView
2051 - v3dv: implement vk{Create,Destroy}Buffer
2052 - v3dv: implement vkGetBufferMemoryRequirements
2053 - v3dv: implement vkBindBufferMemory
2054 - v3dv: implement vkCreateRenderPass
2055 - v3dv: implement vk{Create,Destroy}RenderPass
2056 - v3dv: implement vk{Create,Destroy}Framebuffer
2057 - v3dv: implement vkCreateCommandPool
2058 - v3dv: implement vk{Allocate,Free}CommandBuffers
2061 - v3dv: implement vkBeginCommandBuffer
2063 - v3dv: implement vkGetPhysicalDeviceImageFormatProperties
2066 - v3dv: implement vkCmdBeginRenderPass
2072 - v3dv: implement vkDestroyImage and vkDestroyImageView
2078 - v3dv: implement vkEndCommandBuffer
2082 - v3dv: implement vkQueueSubmit
2089 - v3dv: implement vkCmdCopyImageToBuffer
2091 - v3dv: implement vkCmdNextSubpass
2093 - v3dv: implement vkCmdPipelineBarrier
2105 - v3dv: implement vkDeviceWaitIdle
2106 - v3dv: implement vk{Create,Destroy}Semaphore
2107 - v3dv: implement semaphore waits and signals on queue submissions
2108 - v3dv: implement fences
2110 - v3dv: implement vkGetPhysicalDeviceSparseImageFormatProperties
2112 - v3dv: implement VK_KHR_get_physical_device_properties2
2113 - v3dv: implement VK_KHR_external_memory_capabilities
2114 - v3dv: implement VK_KHR_external_memory{_fd,_dma_buf}
2116 - v3dv: implement vkGetImageSubresourceLayout
2117 - v3dv: implement DRM modifier setup for WSI
2119 - v3dv: implement device detection on actual hardware
2123 - v3dv: implement support for depth testing
2129 - v3dv: implement stencil testing
2133 - v3dv: implement early Z optimization
2135 - v3dv: implement dynamic stencil states
2139 - v3dv: implement vkCmdClearAttachments
2140 - v3dv: implement indexed draws
2146 - v3dv: implement vkCmdCopyBuffer
2147 - v3dv: implement vkCmdUpdateBuffer
2148 - v3dv: implement vkCmdFillBuffer
2153 - v3dv: implement vkCmdCopyImage
2154 - v3dv: implement vkCmdClearColorImage
2156 - v3dv: implement vkCmdClearDepthStencilImage
2157 - v3dv: implement vkCmdCopyBufferToImage for color formats
2160 - v3dv: implement indirect draws
2163 - v3dv: implement vkResetCommandBuffer
2166 - v3dv: implement vkQueueWaitIdle
2168 - v3dv: implement vk{Create,Destroy}BufferView
2169 - v3dv: implement host-side event handling functions
2173 - v3dv: implement vkResetCommandPool
2179 - v3dv: implement vkGetRenderAreaGranularity
2191 - v3dv: implement interpolation qualifiers
2192 - v3d/compiler: implement nir_op_fquantize2f16
2213 - v3dv: implement color blending
2217 - v3dv: implement dynamic state for blend constants
2238 - v3dv: implement partial color attachment clears
2239 - v3dv: implement partial depth/stencil attachment clears
2240 - v3dv: implement proper caching for partial clear pipelines
2257 - v3d/compiler: implement nir_intrinsic_load_base_instance
2261 - v3dv: implement occlusion queries
2265 - v3dv: implement TFU blits
2270 - v3dv: implement shader draw fallback for vkCmdBlitImage
2290 - v3dv: implement fallback for partial image copies
2291 - v3dv: implement stencil aspect blits for combined depth/stencil format
2295 - v3dv: implement partial buffer copies to color images
2297 - v3dv: implement partial buffer copies to depth/stencil images
2301 - v3dv: implement partial image to buffer copies
2304 - v3dv: implement depth bias
2306 - v3dv: implement wide lines
2311 - v3dv: implement events
2323 - v3dv: implement vkCmdWaitEvents for secondary command buffers
2340 - v3dv: implement compute dispatch
2343 - v3dv: implement indirect compute dispatch
2352 - v3dv: implement support for shader spilling
2383 - v3dv: implement subpass multisample rendering and resolve
2384 - v3dv: implement vkCmdResolveImage for whole images
2396 - broadcom/compiler: implement nir_intrinsic_load_sample_pos
2399 - v3dv: implement nir_texop_texture_samples
2408 - v3d/compiler: implement nir_intrinsic_get_ubo_size
2429 - v3dv: implement workaround for GFXH-1461
2430 - v3dv: implement workaround for GFXH-1918
2438 - v3d/compiler: implement load interpolated input intrinsics
2455 - v3dv: implement vkTrimCommandPool
2596 - iris: no-op implement set_compute_resources
2981 - turnip: implement VK_EXT_custom_border_color
3012 - turnip: implement VK_EXT_extended_dynamic_state
3025 - turnip: implement legacy API functions separately
3028 - turnip: implement timestamp fences/semaphores for kgsl backend
3030 - turnip: don't implement CreateImage as two separate functions
3197 - anv: implement shareable timeline semaphores
3201 - anv: implement VK_KHR_copy_commands2
3438 - radeonsi: implement 16-bit FS color outputs
3484 - util: implement f16c - fast half<->float conversions
3504 - radeonsi: implement GL_INTEL_blackhole_render
3508 - util: implement F16C using inline assembly on x86_64
3554 - radeonsi: implement inlinable uniforms
3561 - radeonsi: implement multi_draw but supporting only 1 draw
3564 - radeonsi: implement multi_draw for compute-based primitive culling
3748 - zink: implement ARB_instanced_arrays
3792 - zink: implement ARB_texture_buffer_object
3814 - zink: implement ARB_draw_indirect
3834 - zink: implement ARB_texture_query_lod
3959 - egl: implement EGL_EXT_protected_surface support
3963 - egl/dri2: implement createImageFromDmaBufs3
4018 - spirv: implement MakePointerAvailable/MakePointerVisible for OpCopyMemory
4019 - spirv: implement Volatile memory semantic
4020 - spirv: implement Volatile image operand
4021 - spirv: implement SpvMemoryAccessVolatileMask
4065 - aco: implement elect
4068 - aco: implement last_invocation
4078 - aco: implement 16-bit literals
4130 - aco: implement some 16-bit arithmetic instead of lowering
4131 - aco: implement 8/16-bit instructions which can be trivially widened
4135 - aco: implement 64-bit images
4136 - ac/nir: implement 64-bit images
4137 - radv: implement VK_EXT_shader_image_atomic_int64
4330 - ac/nir: implement nir_intrinsic_{load,store}_global
4331 - ac/nir: implement nir_intrinsic_global_atomic_\*
4355 - ac/llvm: implement nir_op_unpack_half_2x16_split_{x,y}
4367 - ac/nir: implement nir_op_fsat
4384 - aco: implement missing nir_op_unpack_half_2x16_split_{x,y}_flush_to_zero
4394 - ac/nir: implement missing nir_op_pack_half_2x16_split