Searched refs:write_count (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.h65 uint32_t write_count; member in struct:vn_update_descriptor_sets
H A Dvn_descriptor_set.c537 vn_update_descriptor_sets_alloc(uint32_t write_count, argument
546 writes_offset + sizeof(VkWriteDescriptorSet) * write_count;
558 update->write_count = write_count;
568 vn_update_descriptor_sets_parse_writes(uint32_t write_count, argument
573 for (uint32_t i = 0; i < write_count; i++) {
589 vn_update_descriptor_sets_alloc(write_count, img_count, 0, 0, alloc,
600 memcpy(update->writes, writes, sizeof(*writes) * write_count);
602 for (uint32_t i = 0; i < write_count; i++) {
685 vn_async_vkUpdateDescriptorSets(dev->instance, device, update->write_count,
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ra.c870 unsigned write_count = 0; local in function:mir_spill_register
875 ++write_count;
910 if (write_count > 1 && mir_bytemask(ins) != 0xF) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp4313 unsigned write_count = 0; local in function:aco::__anon562fcc110110::store_lds
4325 offsets[write_count] = offset;
4326 bytes[write_count] = byte;
4327 opcodes[write_count] = aco_opcode::num_opcodes;
4328 write_count++;
4362 offsets[write_count] = offset;
4363 bytes[write_count] = byte;
4364 opcodes[write_count] = op;
4365 write_count++;
4371 split_store_data(ctx, RegType::vgpr, write_count, write_data
4437 split_buffer_store(isel_context * ctx,nir_intrinsic_instr * instr,bool smem,RegType dst_type,Temp data,unsigned writemask,int swizzle_element_size,unsigned * write_count,Temp * write_datas,unsigned * offsets) argument
4587 unsigned write_count = 0; local in function:aco::__anon562fcc110110::store_vmem_mubuf
6558 unsigned write_count = 0; local in function:aco::__anon562fcc110110::visit_store_ssbo
6744 unsigned write_count = 0; local in function:aco::__anon562fcc110110::visit_store_global
7319 unsigned write_count = 0; local in function:aco::__anon562fcc110110::visit_store_scratch
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2114 unsigned write_count = 0; local in function:emit_store_ssbo
2116 for (unsigned i = 0; write_count < num_components; i++) {
2138 write_count++;

Completed in 51 milliseconds