| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstate.c | 968 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 D | attrib.c | 807 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 D | debug.c | 43 tex_target_name(GLenum tgt) argument 65 if (tex_targets[i].target == tgt)
|
| H A D | texobj.c | 1123 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 D | uniform_query.cpp | 1640 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 D | texstate.c | 1000 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 D | attrib.c | 629 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 D | debug.c | 43 tex_target_name(GLenum tgt) argument 65 if (tex_targets[i].target == tgt)
|
| H A D | texobj.c | 1089 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 D | uniform_query.cpp | 2038 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 D | crocus_state.c | 3967 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 D | crocus_screen.h | 165 uint32_t (*get_so_offset)(struct pipe_stream_output_target *tgt);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_graph.cpp | 158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) argument 160 target = tgt;
|
| H A D | nv50_ir_from_tgsi.cpp | 2349 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 D | nv50_ir_graph.cpp | 158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) argument 160 target = tgt;
|
| H A D | nv50_ir_from_tgsi.cpp | 2331 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 D | iris_state.c | 3723 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 D | meta.c | 638 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 D | meta.c | 651 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 D | VISmoveImage.s | 139 #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 D | iris_state.c | 3056 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...] |