Home
last modified time | relevance | path

Searched refs:TGSI_FILE_HW_ATOMIC (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_dump.c167 PRINT_UINT_MEMBER(file_mask[TGSI_FILE_HW_ATOMIC]); in print_pipe_info()
168 PRINT_UINT_MEMBER(file_count[TGSI_FILE_HW_ATOMIC]); in print_pipe_info()
Dr600_state_common.c747 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
750 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
751 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
754 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
755 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
756 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0); in r600_get_hw_atomic_count()
759 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
760 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count()
761 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0) + in r600_get_hw_atomic_count()
762 rctx->tes_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
Dr600_shader.c515 case TGSI_FILE_HW_ATOMIC: in tgsi_is_supported()
1178 case TGSI_FILE_HW_ATOMIC: in tgsi_declaration()
3454 shader->uses_atomics = ctx.info.file_mask[TGSI_FILE_HW_ATOMIC]; in r600_shader_from_tgsi()
8983 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC) in tgsi_load()
9534 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC) in tgsi_atomic_op()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h230 file != TGSI_FILE_HW_ATOMIC; in tgsi_is_bindless_image_file()
Dtgsi_scan.c54 file == TGSI_FILE_HW_ATOMIC; in is_memory_file()
Dtgsi_ureg.c1564 out[0].decl.File = TGSI_FILE_HW_ATOMIC; in emit_decl_atomic_2d()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_base.cpp250 sh_info().indirect_files |= 1 << TGSI_FILE_HW_ATOMIC; in process_uniforms()
268 m_sel.info.file_count[TGSI_FILE_HW_ATOMIC] += atom.end - atom.start + 1; in process_uniforms()
271 << m_sel.info.file_count[TGSI_FILE_HW_ATOMIC] << "\n"; in process_uniforms()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h78 TGSI_FILE_HW_ATOMIC, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h83 TGSI_FILE_HW_ATOMIC, enumerator
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c1387 out[0].decl.File = TGSI_FILE_HW_ATOMIC; in emit_decl_atomic_2d()
/external/virglrenderer/src/
Dvrend_shader.c1606 case TGSI_FILE_HW_ATOMIC: in iter_declaration()
3254 } else if (src->Register.File == TGSI_FILE_HW_ATOMIC) { in translate_load()
3439 if(src->Register.File == TGSI_FILE_HW_ATOMIC) { in translate_atomic()
4311 } else if (src->Register.File == TGSI_FILE_HW_ATOMIC) { in get_source_info()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6060 src = ureg_src_array_register(TGSI_FILE_HW_ATOMIC, src_reg->index, in translate_src()