Home
last modified time | relevance | path

Searched refs:tmp_loc (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1737 D3D12_TEXTURE_COPY_LOCATION *tmp_loc, in dzn_cmd_buffer_copy_img_chunk()
1801 if (!tmp_loc->pResource) { in dzn_cmd_buffer_copy_img_chunk()
1817 &tmp_loc->PlacedFootprint, in dzn_cmd_buffer_copy_img_chunk()
1820 tmp_loc->PlacedFootprint.Footprint.Depth = depth; in dzn_cmd_buffer_copy_img_chunk()
1823 dzn_cmd_buffer_queue_transition_barriers(cmdbuf, tmp_loc->pResource, 0, 1, in dzn_cmd_buffer_copy_img_chunk()
1829 ID3D12GraphicsCommandList1_CopyTextureRegion(cmdlist, tmp_loc, 0, 0, 0, &src_loc, &src_box); in dzn_cmd_buffer_copy_img_chunk()
1832 dzn_cmd_buffer_queue_transition_barriers(cmdbuf, tmp_loc->pResource, 0, 1, in dzn_cmd_buffer_copy_img_chunk()
1847 &tmp_loc->PlacedFootprint, in dzn_cmd_buffer_copy_img_chunk()
1851 tmp_loc->PlacedFootprint.Footprint.Depth = in dzn_cmd_buffer_copy_img_chunk()
1854 tmp_loc in dzn_cmd_buffer_copy_img_chunk()
1734 dzn_cmd_buffer_copy_img_chunk(struct dzn_cmd_buffer *cmdbuf, const VkCopyImageInfo2 *info, D3D12_RESOURCE_DESC *tmp_desc, D3D12_TEXTURE_COPY_LOCATION *tmp_loc, uint32_t r, VkImageAspectFlagBits aspect, uint32_t l) dzn_cmd_buffer_copy_img_chunk() argument
3095 D3D12_TEXTURE_COPY_LOCATION tmp_loc = { 0 }; dzn_CmdCopyImage2() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c1564 unsigned tmp_loc = 0; in varying_matches_assign_temp_locations() local
1569 while (tmp_loc < MAX_VARYINGS_INCL_PATCH) { in varying_matches_assign_temp_locations()
1570 if (reserved_slots & (UINT64_C(1) << tmp_loc)) in varying_matches_assign_temp_locations()
1571 tmp_loc++; in varying_matches_assign_temp_locations()
1578 producer_var->data.location = VARYING_SLOT_VAR0 + tmp_loc; in varying_matches_assign_temp_locations()
1583 consumer_var->data.location = VARYING_SLOT_VAR0 + tmp_loc; in varying_matches_assign_temp_locations()
1586 tmp_loc++; in varying_matches_assign_temp_locations()

Completed in 9 milliseconds