Searched refs:src_state (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxxhash.h239 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
292 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1526 struct anv_state src_state = primary->state.render_pass_states; local in function:genX
1528 assert(src_state.alloc_size == dst_state.alloc_size);
1537 .offset = src_state.offset,
1539 src_state.alloc_size);
4426 struct anv_attachment_state *src_state = local in function:cmd_buffer_end_subpass
4436 src_state->current_layout,
4438 src_state->aux_usage =
4442 src_state->current_layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL;
4472 src_iview->image, src_state->aux_usage,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1986 struct anv_state src_state = primary->state.attachment_states; local in function:genX
1988 assert(src_state.alloc_size == dst_state.alloc_size);
1997 .offset = src_state.offset,
1999 src_state.alloc_size);
6515 struct anv_attachment_state *src_state = local in function:cmd_buffer_end_subpass
6530 src_state->current_layout,
6533 src_state->aux_usage =
6538 src_state->current_layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;
6572 src_iview->image, src_state->aux_usage,
6589 src_state
[all...]

Completed in 17 milliseconds