Searched refs:tgt (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstate.c968 GLint tgt; local in function:alloc_proxy_textures
974 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
975 if (!(ctx->Texture.ProxyTex[tgt]
976 = ctx->Driver.NewTextureObject(ctx, 0, targets[tgt]))) {
978 while (--tgt >= 0) {
979 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]);
1090 GLuint u, tgt; local in function:_mesa_free_texture_data
1097 for (tgt
[all...]
H A Dattrib.c807 GLuint tgt; local in function:pop_texture_group
877 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
882 obj = &texstate->SavedObj[u][tgt];
945 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
946 _mesa_reference_texobj(&texstate->SavedTexRef[u][tgt], NULL);
1871 GLuint u, tgt; local in function:_mesa_free_attrib_data
[all...]
H A Ddebug.c43 tex_target_name(GLenum tgt) argument
65 if (tex_targets[i].target == tgt)
H A Dtexobj.c1123 GLuint tgt, total = 0; local in function:_mesa_total_texture_memory
1128 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
1129 total += texture_size(ctx->Shared->DefaultTex[tgt]);
H A Duniform_query.cpp1640 GLuint tgt = prog[idx]->sh.SamplerTargets[s]; local in function:_mesa_sampler_uniforms_pipeline_are_valid
1649 if (TexturesUsed[unit] & ~(1 << tgt)) {
1658 TexturesUsed[unit] |= (1 << tgt);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstate.c1000 GLint tgt; local in function:alloc_proxy_textures
1006 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
1007 if (!(ctx->Texture.ProxyTex[tgt]
1008 = ctx->Driver.NewTextureObject(ctx, 0, targets[tgt]))) {
1010 while (--tgt >= 0) {
1011 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]);
1121 GLuint u, tgt; local in function:_mesa_free_texture_data
1128 for (tgt
[all...]
H A Dattrib.c629 gl_texture_index tgt; local in function:pop_texture_group
634 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
635 const struct gl_texture_object *savedObj = &texstate->SavedObj[u][tgt];
637 _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt];
638 bool is_msaa = tgt == TEXTURE_2D_MULTISAMPLE_INDEX ||
639 tgt == TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX;
651 texObj = _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt];
663 savedObj = &texstate->SavedDefaultObj[tgt];
682 for (gl_texture_index tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) { local in function:pop_texture_group
[all...]
H A Ddebug.c43 tex_target_name(GLenum tgt) argument
65 if (tex_targets[i].target == tgt)
H A Dtexobj.c1089 GLuint tgt, total = 0; local in function:_mesa_total_texture_memory
1094 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
1095 total += texture_size(ctx->Shared->DefaultTex[tgt]);
H A Duniform_query.cpp2038 GLuint tgt = prog[idx]->sh.SamplerTargets[s]; local in function:_mesa_sampler_uniforms_pipeline_are_valid
2047 if (TexturesUsed[unit] & ~(1 << tgt)) {
2056 TexturesUsed[unit] |= (1 << tgt);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c3967 struct crocus_stream_output_target *tgt = (void *)so; local in function:crocus_get_so_offset
3971 u_box_1d(tgt->offset_offset, 4, &box);
3972 void *val = so->context->buffer_map(so->context, &tgt->offset_res->base.b,
3979 return result / tgt->stride;
3986 struct crocus_stream_output_target *tgt,
3993 struct crocus_stream_output_target *tgt = (void *)so; local in function:crocus_get_so_offset
3997 compute_vertices_written_so_far(ice, tgt, &tgt->prev_count, &vert_written);
4060 aggregate_stream_counter(struct crocus_batch *batch, struct crocus_stream_output_target *tgt, argument
4063 uint64_t *prim_counts = tgt
4079 crocus_stream_store_prims_written(struct crocus_batch * batch,struct crocus_stream_output_target * tgt) argument
4103 compute_vertices_written_so_far(struct crocus_context * ice,struct crocus_stream_output_target * tgt,struct crocus_streamout_counter * counter,uint64_t * svbi) argument
4151 struct crocus_stream_output_target *tgt = local in function:crocus_set_stream_output_targets
4176 struct crocus_stream_output_target *tgt = local in function:crocus_set_stream_output_targets
4200 struct crocus_stream_output_target *tgt = local in function:crocus_set_stream_output_targets
4219 struct crocus_stream_output_target *tgt = local in function:crocus_set_stream_output_targets
4234 struct crocus_stream_output_target *tgt = local in function:crocus_set_stream_output_targets
4402 struct crocus_stream_output_target *tgt = local in function:crocus_emit_so_svbi
6561 struct crocus_stream_output_target *tgt = local in function:crocus_upload_dirty_render_state
[all...]
H A Dcrocus_screen.h165 uint32_t (*get_so_offset)(struct pipe_stream_output_target *tgt);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) argument
160 target = tgt;
H A Dnv50_ir_from_tgsi.cpp2349 TexInstruction::Target tgt = tgsi.getTexture(code, R); local in function:__anon9636d7c40110::Converter::handleTEX
2351 for (s = 0; s < tgt.getArgCount(); ++s)
2360 C = 0x00 | MAX2(tgt.getArgCount(), 2); // guess DC src
2363 tgt == TEX_TARGET_CUBE_ARRAY_SHADOW)
2365 else if (tgt.isShadow())
2369 for (c = 0; c < tgt.getDim() + tgt.isCube(); ++c) {
2376 if (tgsi.getOpcode() == TGSI_OPCODE_TXP && !tgt.isCube() && !tgt.isArray()) {
2377 unsigned int n = tgt
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) argument
160 target = tgt;
H A Dnv50_ir_from_tgsi.cpp2331 TexInstruction::Target tgt = tgsi.getTexture(code, R); local in function:__anon751bc7f70210::Converter::handleTEX
2333 for (s = 0; s < tgt.getArgCount(); ++s)
2342 C = 0x00 | MAX2(tgt.getArgCount(), 2); // guess DC src
2344 if (tgt == TEX_TARGET_CUBE_ARRAY_SHADOW) {
2353 else if (tgt.isShadow())
2357 for (c = 0; c < tgt.getDim() + tgt.isCube(); ++c) {
2364 if (tgsi.getOpcode() == TGSI_OPCODE_TXP && !tgt.isCube() && !tgt.isArray()) {
2365 unsigned int n = tgt
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c3723 struct iris_stream_output_target *tgt = local in function:iris_set_stream_output_targets
3725 if (tgt) {
3726 struct iris_resource *res = (void *) tgt->base.buffer;
3756 struct iris_stream_output_target *tgt = (void *) ice->state.so_target[i]; local in function:iris_set_stream_output_targets
3759 if (!tgt) {
3771 if (!tgt->offset.res)
3772 upload_state(ctx->const_uploader, &tgt->offset, sizeof(uint32_t), 4);
3774 struct iris_resource *res = (void *) tgt->base.buffer;
3793 tgt->zero_offset = true;
3803 rw_bo(NULL, res->bo->address + tgt
5174 struct iris_stream_output_target *tgt = local in function:iris_restore_render_saved_bos
6065 struct iris_stream_output_target *tgt = local in function:iris_upload_dirty_render_state
7292 struct pipe_stream_output_target *tgt = ice->state.so_target[i]; local in function:iris_rebind_buffer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c638 GLuint u, tgt; local in function:_mesa_meta_begin
666 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
667 _mesa_reference_texobj(&save->CurrentTexture[tgt],
668 ctx->Texture.Unit[0].CurrentTex[tgt]);
1058 GLuint u, tgt; local in function:_mesa_meta_end
1066 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c651 GLuint u, tgt; local in function:_mesa_meta_begin
679 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
680 _mesa_reference_texobj(&save->CurrentTexture[tgt],
681 ctx->Texture.Unit[0].CurrentTex[tgt]);
1072 GLuint u, tgt; local in function:_mesa_meta_end
1080 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt
[all...]
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A DVISmoveImage.s139 #define LOAD(f32,f46,tgt,tgtr) \
141 bleu,pn %ICC, tgt; \
147 #define PREPLOAD(f32,f46,tgt,tgtr) \
148 brlez,pn %prepw, tgt; \
974 #define VISEND(i,tgt,tgtr,fi,fset) \
975 tgt: \
1098 #define PREPEND(tgt,tgtr) \
1099 tgt: \
1126 #define RLOAD(f32,tgt,tgtr) \
1128 bleu,pn %ICC, tgt; \
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c3056 struct iris_stream_output_target *tgt = local in function:iris_set_stream_output_targets
3058 if (tgt) {
3059 struct iris_resource *res = (void *) tgt->base.buffer;
3081 struct iris_stream_output_target *tgt = (void *) ice->state.so_target[i]; local in function:iris_set_stream_output_targets
3084 if (!tgt) {
3090 struct iris_resource *res = (void *) tgt->base.buffer;
3103 if (!tgt->zeroed)
3108 rw_bo(NULL, res->bo->gtt_offset + tgt->base.buffer_offset);
3114 sob.SurfaceSize = MAX2(tgt->base.buffer_size / 4, 1) - 1;
3119 rw_bo(NULL, iris_resource_bo(tgt
4311 struct iris_stream_output_target *tgt = local in function:iris_restore_render_saved_bos
4822 struct iris_stream_output_target *tgt = local in function:iris_upload_dirty_render_state
[all...]

Completed in 137 milliseconds