Searched refs:use_softpin (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_device.c73 dev->use_softpin = 1;
105 if (dev->use_softpin)
144 return !!dev->use_softpin;
H A Detnaviv_priv.h84 int use_softpin; member in struct:etna_device
H A Detnaviv_cmd_stream.c238 if (gpu->dev->use_softpin)
280 if (!priv->pipe->gpu->dev->use_softpin) {
H A Detnaviv_bo.c126 if (dev->use_softpin)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c30 .use_softpin = true,
H A Dstate_pool_padding.c30 .use_softpin = true,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_intel.c79 if (device->instance->physicalDevice.use_softpin)
H A Danv_allocator.c501 const bool use_softpin = !!(pool->bo_flags & EXEC_OBJECT_PINNED); local in function:anv_block_pool_finish
504 if (use_softpin)
525 const bool use_softpin = !!(pool->bo_flags & EXEC_OBJECT_PINNED); local in function:anv_block_pool_expand_range
533 assert(use_softpin ||
544 if (use_softpin) {
578 cleanup->size = use_softpin ? newbo_size : size;
624 if (use_softpin) {
1597 if (device->instance->physicalDevice.use_softpin)
H A Danv_device.c487 device->use_softpin = anv_gem_get_param(fd, I915_PARAM_HAS_EXEC_SOFTPIN)
500 device->use_softpin;
506 device->use_softpin;
1140 pdevice->info.gen >= 9 && pdevice->use_softpin;
1918 if (device->instance->physicalDevice.use_softpin)
2030 if (device->instance->physicalDevice.use_softpin)
2208 if (physical_device->use_softpin) {
2286 (physical_device->use_softpin ? EXEC_OBJECT_PINNED : 0);
2294 if (!physical_device->use_softpin)
2318 if (physical_device->use_softpin) {
[all...]
H A Danv_android.c307 if (device->instance->physicalDevice.use_softpin)
463 if (device->instance->physicalDevice.use_softpin)
H A Danv_batch_chain.c429 if (cmd_buffer->device->instance->physicalDevice.use_softpin) {
686 if (device->instance->physicalDevice.use_softpin) {
1385 if (cmd_buffer->device->instance->physicalDevice.use_softpin) {
1487 if (cmd_buffer->device->instance->physicalDevice.use_softpin)
H A DgenX_query.c109 if (pdevice->use_softpin)
H A Danv_private.h952 bool use_softpin; member in struct:anv_physical_device
1164 if (device->instance->physicalDevice.use_softpin)
1172 if (device->instance->physicalDevice.use_softpin)
H A Danv_descriptor_set.c729 if (device->instance->physicalDevice.use_softpin) {
H A Danv_pipeline.c155 .int64_atomics = pdevice->info.gen >= 9 && pdevice->use_softpin,
H A DgenX_cmd_buffer.c132 if (cmd_buffer->device->instance->physicalDevice.use_softpin) {
2072 !cmd_buffer->device->instance->physicalDevice.use_softpin;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c378 pool->use_softpin = device->physical->use_softpin;
385 if (pool->use_softpin) {
464 assert(pool->use_softpin ||
495 if (!pool->use_softpin)
498 if (pool->use_softpin) {
577 if (pool->use_softpin) {
664 if (pool->use_softpin) {
757 if (pool->use_softpin && state.next < state.end) {
1595 if (pdevice->use_softpin)
[all...]
H A Danv_device.c207 device->use_softpin && device->perf &&
218 device->use_softpin,
881 device->use_softpin = device->info.ver >= 8 &&
883 assert(device->use_softpin == device->supports_48bit_addresses);
900 device->use_softpin &&
907 device->use_softpin;
1356 pdevice->use_softpin;
2865 device->physical->use_softpin);
3061 if (physical_device->use_softpin) {
3181 if (physical_device->use_softpin) {
[all...]
H A Danv_batch_chain.c485 if (cmd_buffer->device->physical->use_softpin) {
620 assert(cmd_buffer_from->device->physical->use_softpin);
650 assert(cmd_buffer->device->physical->use_softpin);
1569 if (cmd_buffer->device->physical->use_softpin) {
1649 if (device->physical->use_softpin) {
1777 if (device->physical->use_softpin)
H A Danv_private.h493 * See also anv_bo_unwrap(). Wrapper BOs are not allowed when use_softpin
569 bool use_softpin; member in struct:anv_block_pool
903 bool use_softpin; member in struct:anv_physical_device
1250 assert(pdevice->use_softpin);
1254 assert(!pdevice->use_softpin);
1261 return pdevice->use_softpin;
H A Danv_nir_apply_pipeline_layout.c1082 if (state->pdevice->use_softpin) {
1448 if (state.uses_constants && !pdevice->use_softpin) {
H A Danv_pipeline.c136 .int64_atomics = pdevice->info.ver >= 9 && pdevice->use_softpin,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst2931 - anv: Make use_softpin compile-time in genX code

Completed in 65 milliseconds