Searched refs:file_offset (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rgp.c631 size_t file_offset, uint32_t chunk_size)
638 chunk->offset = file_offset;
663 size_t file_offset)
673 chunk->offset = file_offset;
695 size_t file_offset)
704 chunk->offset = file_offset;
837 size_t file_offset = 0; local in function:ac_sqtt_dump_data
847 file_offset += sizeof(header);
852 file_offset += sizeof(cpu_info);
857 file_offset
629 ac_sqtt_fill_code_object(struct rgp_code_object * rgp_code_object,struct sqtt_file_chunk_code_object_database * chunk,size_t file_offset,uint32_t chunk_size) argument
661 ac_sqtt_fill_loader_events(struct rgp_loader_events * rgp_loader_events,struct sqtt_file_chunk_code_object_loader_events * chunk,size_t file_offset) argument
693 ac_sqtt_fill_pso_correlation(struct rgp_pso_correlation * rgp_pso_correlation,struct sqtt_file_chunk_pso_correlation * chunk,size_t file_offset) argument
[all...]
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c1774 FT_UInt32 file_offset; local in function:woff2_open_font
2062 file_offset = ROUND4( woff2.compressed_offset +
2066 if ( file_offset > woff2.length )
2074 if ( file_offset != woff2.metaOffset )
2079 file_offset = ROUND4(woff2.metaOffset + woff2.metaLength);
2084 if ( file_offset != woff2.privOffset )
2089 file_offset = ROUND4(woff2.privOffset + woff2.privLength);
2092 if ( file_offset != ( ROUND4( woff2.length ) ) )
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c337 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
929 return tgsi_reg_index - spilled_size + ctx->file_offset[TGSI_FILE_TEMPORARY];
943 return tgsi_reg_index - spilled_size + ctx->file_offset[TGSI_FILE_TEMPORARY];
983 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First + j;
1025 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First + j;
1710 r600_src->sel += ctx->file_offset[tgsi_src->Register.File];
3061 alu.src[1].sel += ctx->file_offset[dst->Register.File];
3065 alu.src[2].sel += ctx->file_offset[dst->Register.File];
3083 alu.src[1].sel += ctx->file_offset[dst->Register.File];
3474 ctx.file_offset[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c419 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
1017 return tgsi_reg_index - spilled_size + ctx->file_offset[TGSI_FILE_TEMPORARY];
1031 return tgsi_reg_index - spilled_size + ctx->file_offset[TGSI_FILE_TEMPORARY];
1071 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First + j;
1113 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First + j;
1798 r600_src->sel += ctx->file_offset[tgsi_src->Register.File];
3150 alu.src[1].sel += ctx->file_offset[dst->Register.File];
3154 alu.src[2].sel += ctx->file_offset[dst->Register.File];
3172 alu.src[1].sel += ctx->file_offset[dst->Register.File];
3563 ctx.file_offset[
[all...]

Completed in 19 milliseconds