Home
last modified time | relevance | path

Searched refs:TGSI_FILE_HW_ATOMIC (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_dump.c162 PRINT_UINT_MEMBER(file_mask[TGSI_FILE_HW_ATOMIC]); in print_pipe_info()
163 PRINT_UINT_MEMBER(file_count[TGSI_FILE_HW_ATOMIC]); in print_pipe_info()
H A Dr600_state_common.c776 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
779 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
780 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
783 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
784 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
785 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0); in r600_get_hw_atomic_count()
788 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
789 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
790 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0) + in r600_get_hw_atomic_count()
791 rctx->tes_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
[all...]
H A Dr600_shader.c526 case TGSI_FILE_HW_ATOMIC: in tgsi_is_supported()
1198 case TGSI_FILE_HW_ATOMIC: in tgsi_declaration()
3470 shader->uses_atomics = ctx.info.file_mask[TGSI_FILE_HW_ATOMIC]; in r600_shader_from_tgsi()
9014 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC) in tgsi_load()
9576 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC) in tgsi_atomic_op()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h228 file != TGSI_FILE_HW_ATOMIC; in tgsi_is_bindless_image_file()
H A Dtgsi_scan.c54 file == TGSI_FILE_HW_ATOMIC; in is_memory_file()
664 case TGSI_FILE_HW_ATOMIC: in scan_declaration()
H A Dtgsi_ureg.c1566 out[0].decl.File = TGSI_FILE_HW_ATOMIC; in emit_decl_atomic_2d()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h78 TGSI_FILE_HW_ATOMIC, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp534 m_indirect_files |= 1 << TGSI_FILE_HW_ATOMIC; in scan_uniforms()
1385 sh_info->indirect_files |= 1 << TGSI_FILE_HW_ATOMIC; in get_shader_info()
H A Dsfn_nir.cpp830 pipeshader->selector->info.file_count[TGSI_FILE_HW_ATOMIC] += shader->atomic_file_count(); in r600_shader_from_nir()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4970 case TGSI_FILE_HW_ATOMIC: in emit_vgpu10_declaration()
10116 case TGSI_FILE_HW_ATOMIC: in emit_uav_register()
10188 if (resourceType == TGSI_FILE_HW_ATOMIC) { in emit_uav_addr_offset()
10327 resourceType == TGSI_FILE_HW_ATOMIC) { in emit_load_instruction()
10343 } else if (resourceType == TGSI_FILE_HW_ATOMIC) { in emit_load_instruction()
10547 resourceType == TGSI_FILE_HW_ATOMIC) { in emit_store_instruction()
10647 offset = resourceType == TGSI_FILE_HW_ATOMIC ? NULL : &inst->Src[1]; in emit_atomic_instruction()
10668 } else if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC) { in emit_atomic_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1900 memory = ureg_src_register(TGSI_FILE_HW_ATOMIC, offset); in ntt_emit_mem()

Completed in 46 milliseconds