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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_dump.c167 PRINT_UINT_MEMBER(file_mask[TGSI_FILE_HW_ATOMIC]);
168 PRINT_UINT_MEMBER(file_count[TGSI_FILE_HW_ATOMIC]);
H A Dr600_state_common.c772 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC];
775 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
776 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC];
779 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
780 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
781 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0);
784 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
785 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
786 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0) +
787 rctx->tes_shader->info.file_count[TGSI_FILE_HW_ATOMIC];
[all...]
H A Dr600_shader.c520 case TGSI_FILE_HW_ATOMIC:
1183 case TGSI_FILE_HW_ATOMIC:
3459 shader->uses_atomics = ctx.info.file_mask[TGSI_FILE_HW_ATOMIC];
8997 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC)
9548 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h226 file != TGSI_FILE_HW_ATOMIC;
H A Dtgsi_scan.c54 file == TGSI_FILE_HW_ATOMIC;
H A Dtgsi_ureg.c1561 out[0].decl.File = TGSI_FILE_HW_ATOMIC;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h229 file != TGSI_FILE_HW_ATOMIC;
H A Dtgsi_scan.c54 file == TGSI_FILE_HW_ATOMIC;
H A Dtgsi_ureg.c1559 out[0].decl.File = TGSI_FILE_HW_ATOMIC;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h78 TGSI_FILE_HW_ATOMIC, enumerator in enum:tgsi_file_type
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h78 TGSI_FILE_HW_ATOMIC, enumerator in enum:tgsi_file_type
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c742 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC];
745 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
746 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC];
749 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
750 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
751 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0);
754 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
755 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] +
756 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0) +
757 rctx->tes_shader->info.file_count[TGSI_FILE_HW_ATOMIC];
[all...]
H A Dr600_shader.c438 case TGSI_FILE_HW_ATOMIC:
1095 case TGSI_FILE_HW_ATOMIC:
3370 shader->uses_atomics = ctx.info.file_mask[TGSI_FILE_HW_ATOMIC];
8898 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC)
9449 if (inst->Src[0].Register.File == TGSI_FILE_HW_ATOMIC)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_base.cpp257 sh_info().indirect_files |= 1 << TGSI_FILE_HW_ATOMIC;
275 m_sel.info.file_count[TGSI_FILE_HW_ATOMIC] += atom.end - atom.start + 1;
278 << m_sel.info.file_count[TGSI_FILE_HW_ATOMIC] << "\n";
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1427 memory = ureg_src_register(TGSI_FILE_HW_ATOMIC, 0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6087 src = ureg_src_array_register(TGSI_FILE_HW_ATOMIC, src_reg->index,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6140 src = ureg_src_array_register(TGSI_FILE_HW_ATOMIC, src_reg->index,

Completed in 71 milliseconds