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

/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_genX_exec.h1465 uint32_t bind_offset = 0, surface_offsets[2]; local in function:blorp_emit_surface_states
1470 bind_offset = params->pre_baked_binding_table_offset;
1475 &bind_offset, surface_offsets, surface_maps);
1528 bt.PointertoPSBindingTable = bind_offset;
1533 bt.PointertoPSBindingTable = bind_offset;
1537 bt.PointertoPSBindingTable = bind_offset;
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_genX_exec.h1562 uint32_t surface_offsets[2], bind_offset = 0; local in function:blorp_setup_binding_table
1567 bind_offset = params->pre_baked_binding_table_offset;
1572 &bind_offset, surface_offsets, surface_maps);
1618 return bind_offset;
1622 blorp_emit_btp(struct blorp_batch *batch, uint32_t bind_offset) argument
1631 bt.PointertoPSBindingTable = bind_offset;
1636 bt.PointertoPSBindingTable = bind_offset;
1640 bt.PointertoPSBindingTable = bind_offset;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c4344 VkOffset3D bind_offset = bind->pBinds[i].offset; local in function:radv_sparse_image_bind_memory
4345 bind_offset.x /= vk_format_get_blockwidth(image->vk_format);
4346 bind_offset.y /= vk_format_get_blockheight(image->vk_format);
4360 offset += (bind_offset.y * pitch * bs) + (bind_offset.x * surface->prt_tile_height * bs);
4364 bool whole_subres = bind_offset.x == 0 && aligned_extent_width == pitch;

Completed in 16 milliseconds