Home
last modified time | relevance | path

Searched refs:surface_state (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_blorp_exec.c129 struct anv_state surface_state = in blorp_alloc_binding_table() local
131 bt_map[i] = surface_state.offset + state_offset; in blorp_alloc_binding_table()
132 surface_offsets[i] = surface_state.offset; in blorp_alloc_binding_table()
133 surface_maps[i] = surface_state.map; in blorp_alloc_binding_table()
DgenX_cmd_buffer.c1038 struct anv_state surface_state, in genX()
1048 .offset = surface_state.offset + in genX()
2571 struct anv_state surface_state; in emit_binding_table() local
2592 surface_state = cmd_buffer->state.null_surface_state; in emit_binding_table()
2594 surface_state = cmd_buffer->state.attachments[att].color.state; in emit_binding_table()
2597 surface_state = cmd_buffer->state.null_surface_state; in emit_binding_table()
2600 assert(surface_state.map); in emit_binding_table()
2601 bt_map[s] = surface_state.offset + state_offset; in emit_binding_table()
2605 struct anv_state surface_state = in emit_binding_table() local
2619 surface_state, format, in emit_binding_table()
[all …]
Danv_descriptor_set.c1146 set->buffer_views[b].surface_state = in anv_descriptor_set_create()
1172 anv_descriptor_pool_free_state(pool, set->buffer_views[b].surface_state); in anv_descriptor_set_destroy()
1431 .image = anv_surface_state_to_handle(buffer_view->surface_state), in anv_descriptor_set_write_buffer_view()
1512 bview->surface_state = anv_state_stream_alloc(alloc_stream, 64, 64); in anv_descriptor_set_write_buffer()
1520 anv_fill_buffer_surface_state(device, bview->surface_state, in anv_descriptor_set_write_buffer()
Danv_image.c2260 view->surface_state = alloc_surface_state(device); in anv_CreateBufferView()
2262 anv_fill_buffer_surface_state(device, view->surface_state, in anv_CreateBufferView()
2266 view->surface_state = (struct anv_state){ 0 }; in anv_CreateBufferView()
2314 if (view->surface_state.alloc_size > 0) in anv_DestroyBufferView()
2316 view->surface_state); in anv_DestroyBufferView()
Danv_blorp.c1347 struct anv_state surface_state, in binding_table_for_surface_state() argument
1360 bt_map[0] = surface_state.offset + state_offset; in binding_table_for_surface_state()
Danv_private.h2106 struct anv_state surface_state; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.h234 struct iris_surface_state surface_state; member
244 struct iris_surface_state surface_state; member
260 struct iris_surface_state surface_state; member
Diris_state.c2407 alloc_surface_states(&isv->surface_state, isv->res->aux.sampler_usages); in iris_create_sampler_view()
2409 isv->surface_state.bo_address = isv->res->bo->gtt_offset; in iris_create_sampler_view()
2433 void *map = isv->surface_state.cpu; in iris_create_sampler_view()
2466 upload_surface_states(ice->state.surface_uploader, &isv->surface_state); in iris_create_sampler_view()
2477 pipe_resource_reference(&isv->surface_state.ref.res, NULL); in iris_sampler_view_destroy()
2478 free(isv->surface_state.cpu); in iris_sampler_view_destroy()
2574 alloc_surface_states(&surf->surface_state, res->aux.possible_usages); in iris_create_surface()
2575 surf->surface_state.bo_address = res->bo->gtt_offset; in iris_create_surface()
2586 void *map = surf->surface_state.cpu; in iris_create_surface()
2610 upload_surface_states(ice->state.surface_uploader, &surf->surface_state); in iris_create_surface()
[all …]
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp12547 … const SURFACE_STATE *surface_state, const SWAPCHAIN_NODE *old_swapchain_state) const { in ValidateCreateSwapchain() argument
12551 …auto support_predicate = [this](decltype(surface_state->gpu_queue_support)::value_type qs) -> bool… in ValidateCreateSwapchain()
12555 const auto &support = surface_state->gpu_queue_support; in ValidateCreateSwapchain()
12887 const auto surface_state = GetSurfaceState(pCreateInfo->surface); in PreCallValidateCreateSwapchainKHR() local
12889 …return ValidateCreateSwapchain("vkCreateSwapchainKHR()", pCreateInfo, surface_state, old_swapchain… in PreCallValidateCreateSwapchainKHR()
12893 … VkSwapchainKHR *pSwapchain, SURFACE_STATE *surface_state, in RecordCreateSwapchainState() argument
12901 surface_state->swapchain = swapchain_state.get(); in RecordCreateSwapchainState()
12904 surface_state->swapchain = nullptr; in RecordCreateSwapchainState()
12916 auto surface_state = GetSurfaceState(pCreateInfo->surface); in PostCallRecordCreateSwapchainKHR() local
12918 RecordCreateSwapchainState(result, pCreateInfo, pSwapchain, surface_state, old_swapchain_state); in PostCallRecordCreateSwapchainKHR()
[all …]
Dcore_validation.h814 … SURFACE_STATE* surface_state, SWAPCHAIN_NODE* old_swapchain_state);
977 … const SURFACE_STATE* surface_state, const SWAPCHAIN_NODE* old_swapchain_state) const;
/external/mesa3d/docs/relnotes/
D17.3.4.rst173 - i965/surface_state: Drop brw_aux_surface_disabled