Lines Matching full:pvr

211 - pvr: build failure on archs with unsigned long != uint64_t
2014 - pvr: use updated tokens from vk.xml
2136 - pvr: do not use c_msvc_compat_args
2235 - pvr: replace p_compiler.h boolean with stdbool
2236 - pvr: shorten error to err in label names
2237 - pvr: Add TI AM62 as a supported device.
2708 - pvr: use UINT64_C for 64-bit constant
2883 - pvr: Use the common AcquireNextImage implementation
3333 - pvr: Fix clang-format errors caused by vk outarrays.
3334 - pvr: Add PVR_WORKGROUP_DIMENSIONS define.
3335 - pvr: Add initial implementation of vkCmdDispatch().
3336 - pvr: Add compute update shared kernel in vkCmdDispatch().
3337 - pvr: Add compute update kernel in vkCmdDispatch().
3338 - pvr: Update pvrsrvkm to fw 1.17 .
3339 - pvr: Add csb enum helper funciton header.
3340 - pvr: Write immutable descriptor words in vkAllocateDescriptorSets().
3341 - pvr: Fix incorrect samples to cr_isp_aa_mode conversion.
3342 - pvr: Change compute hard coding infrastructure.
3343 - pvr: Remove unused output_selects from vertex shader state.
3344 - pvr: Add graphics pipeline hard coding infrastructure.
3345 - pvr: Enable 33.15.11.3 (AXE-1-16M).
3346 - pvr: Extend hard coding infra to allow per stage per device coding.
3347 - pvr: Fix physical device limits.
3348 - pvr: Handle vdm degen_cull_enable.
3349 - pvr: Fix off by 1 error in buffer_id for ubo pds program.
3350 - pvr: Rename loop iterator variable.
3351 - pvr: Update pvrsrv build version for fixed size fw.
3352 - pvr: Rename uniform pds program to descriptor pds program.
3353 - pvr: Add static consts support in descriptor pds program.
3354 - pvr: Add static consts to hard coding infra.
3355 - pvr: Add initial vkCmdPipelineBarrier skeleton.
3356 - pvr: Add IDF/WDF program for compute pipeline barrier.
3357 - pvr: Add compute pipeline barrier handling.
3358 - pvr: Fix cdm shared reg usage reported to fw.
3533 - pvr: Remove format desc null check
4172 - pvr: csbgen: Formatting pass (PEP-8 plus other minor changes)
4173 - pvr: csbgen: Add a missing @staticmethod decorator
4174 - pvr: csbgen: Make some loops more pythonic
4175 - pvr: csbgen: Cleanup imports
4176 - pvr: csbgen: Remove "dim" functionality from Group
4177 - pvr: csbgen: Remove unused function parameters
4178 - pvr: csbgen: Add typing information
4179 - pvr: csbgen: Isolate "main" function with __name__ check
4180 - pvr: csbgen: Replace map() and filter() with list comprehension
4181 - pvr: csbgen: Fix "local variable may be undefined" lints
4182 - pvr: csbgen: Add \*_unpack() functions for all generated struct types
4183 - pvr: debug: Implement PVR_DEBUG variable
4184 - pvr: csbgen: Make all generated enums unambiguous
4185 - pvr: Add a const qualifier to inline pvr_csb_*() helpers
4186 - pvr: Remove pvr_cmd_struct() macro
4187 - pvr: Make pvr_cmd_pack() macro clearly internal
4188 - pvr: Split out unioned structs from struct pvr_sub_cmd
4189 - pvr: Implicitly assert that the correct sub-command type is present
4190 - pvr: Split pvr_dev_addr_t into a separate header
4191 - pvr: Add helper macros for creating pvr_dev_addr_t instances
5126 - pvr: Remove double error reporting in error path.
5127 - pvr: Change phase_rate_change type to bool from uint32_t.
5128 - pvr: Setup common nop shader.
5129 - pvr: Add services winsys transfer context support.
5130 - pvr: Add support to create transfer context and setup required shaders.
5131 - pvr: Add vk_sync support and remove service winsys syncobjs interface.
5132 - pvr: Fix argument comments in render job submission.
5133 - pvr: Pass device info struct in pds generator.
5134 - pvr: Add support for R32G32B32A32_UINT, R32_UINT and R8_UINT formats.
5135 - pvr: Allow signal_sync pointer to be NULL in job submission.
5136 - pvr: Remove vk_format_is_pure_integer and use common helper.
5137 - pvr: Add transfer 3d parameter heap support.
5138 - pvr: Fix ISP_RENDER_MODE_TYPE enum in rogue_cr.xml
5139 - pvr: Restrict argument to dev_info where possible.
5140 - pvr: Fix UTIL_ARCH_BIG_ENDIAN check in vk_format.h.
5141 - pvr: Change ALIGN macro to ALIGN_ATTR.
5142 - pvr: Add services winsys transfer cmd submit interface.
5143 - pvr: Move transfer logic to pvr_job_transfer.[ch]
5144 - pvr: Remove clang-format off comment from vk_format.h
5145 - pvr: Implement vkCmdDraw API.
5146 - pvr: Init and store default sampler in pvr_device.
5147 - pvr: Use common vk_buffer implementation.
5148 - pvr: Implement vkCreateBufferView and vkDestroyBufferView.
5149 - pvr: Move binding related checks in common code.
5150 - pvr: Add support for sampler descriptor.
5151 - pvr: Add support for combined image and sampler descriptor.
5152 - pvr: Add support for image descriptor.
5153 - pvr: Add support for storage and uniform texel descriptor.
5154 - pvr: Add support for input attachment descriptor.
5585 - pvr: Update for firmware 1.17\@6256262
5586 - pvr: Move BRN 44079, 48492 and 66011 code into pvrsrvkm specific directory