| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_nir_lower_ubo_loads.c | 41 nir_ssa_def *bound = NULL; local in function:lower_ubo_load_instr 43 bound = load->src[2].ssa; 65 if (bound) { 67 bound); 84 if (bound) { 89 nir_ilt(b, nir_iadd_imm(b, offset, load_size - 1), bound);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | cso.rst | 9 can be bound at any time for the desired effect.
|
| H A D | resources.rst | 54 They can be bound to stream output if supported. 57 They can be also be bound to a shader stage (for sampling) as usual by 65 They can be also be bound to the framebuffer (only as color render target, not 66 depth buffer, also there cannot be a depth buffer bound at the same time) as usual 190 Surfaces are views of a resource that can be bound as a framebuffer to serve as the render target or depth buffer. 201 Sampler views are views of a resource that can be bound to a pipeline stage to be sampled from shaders.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | cso.rst | 9 can be bound at any time for the desired effect.
|
| H A D | resources.rst | 54 They can be bound to stream output if supported. 57 They can be also be bound to a shader stage (for sampling) as usual by 65 They can be also be bound to the framebuffer (only as color render target, not 66 depth buffer, also there cannot be a depth buffer bound at the same time) as usual 190 Surfaces are views of a resource that can be bound as a framebuffer to serve as the render target or depth buffer. 201 Sampler views are views of a resource that can be bound to a pipeline stage to be sampled from shaders.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.h | 46 struct pipe_scissor_state bound; member in struct:lima_damage_region
|
| H A D | lima_job.c | 632 struct pipe_scissor_state bound; local in function:lima_update_damage_pp_stream 636 struct pipe_scissor_state *dbound = &ds->bound; 637 bound.minx = MAX2(dbound->minx, dr->minx >> 4); 638 bound.miny = MAX2(dbound->miny, dr->miny >> 4); 639 bound.maxx = MIN2(dbound->maxx, (dr->maxx + 0xf) >> 4); 640 bound.maxy = MIN2(dbound->maxy, (dr->maxy + 0xf) >> 4); 642 bound.minx = dr->minx >> 4; 643 bound.miny = dr->miny >> 4; 644 bound.maxx = (dr->maxx + 0xf) >> 4; 645 bound [all...] |
| H A D | lima_resource.c | 475 struct pipe_scissor_state *bound) 484 memset(bound, 0, sizeof(*bound)); 486 get_scissor_from_box(bound, &b, pres->height0); 522 struct pipe_scissor_state *bound = &damage->bound; local in function:lima_resource_set_damage_region 523 get_damage_bound_box(pres, rects, nrects, bound); 472 get_damage_bound_box(struct pipe_resource * pres,const struct pipe_box * rects,unsigned int nrects,struct pipe_scissor_state * bound) argument
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | lcra.h | 39 * bound. */ 91 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound);
|
| H A D | lcra.c | 86 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound) argument 88 l->alignment[node] = (align_log2 + 1) | (bound << 16); 104 unsigned bound = BA >> 16; local in function:lcra_restrict_range 105 l->modulus[node] = DIV_ROUND_UP(bound - len + 1, 1 << alignment); 170 unsigned bound = BA >> 16; local in function:lcra_solve 172 unsigned P = bound >> shift;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_array_index.cpp | 174 unsigned bound = 0; local in function:_mesa_ast_array_index_to_hir 187 bound = array->type->row_type()->vector_elements; 192 bound = array->type->vector_elements; 202 bound = array->type->array_size(); 206 if (bound > 0) { 208 type_name, bound);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_array_index.cpp | 174 unsigned bound = 0; local in function:_mesa_ast_array_index_to_hir 187 bound = array->type->row_type()->vector_elements; 192 bound = array->type->vector_elements; 202 bound = array->type->array_size(); 206 if (bound > 0) { 208 type_name, bound);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 116 struct bound { struct 139 struct bound ellipse; 140 struct bound inner; 141 struct bound outer; 142 struct bound right; 143 struct bound left; 2605 struct arc_bound *bound, 2613 struct bound innerx, outerx; 2614 struct bound ellipsex; 2616 bound 2603 computeBound(struct arc_def * def,struct arc_bound * bound,struct accelerators * acc,miArcFacePtr right,miArcFacePtr left) argument 2744 hookEllipseY(double scan_y,struct arc_bound * bound,struct accelerators * acc,int left) argument 2770 hookX(double scan_y,struct arc_def * def,struct arc_bound * bound,struct accelerators * acc,int left) argument 3490 struct arc_bound bound; local in function:drawQuadrant [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 118 struct bound { struct 141 struct bound ellipse; 142 struct bound inner; 143 struct bound outer; 144 struct bound right; 145 struct bound left; 2659 struct arc_bound *bound, 2665 struct bound innerx, outerx; 2666 struct bound ellipsex; 2668 bound 2658 computeBound(struct arc_def * def,struct arc_bound * bound,struct accelerators * acc,miArcFacePtr right,miArcFacePtr left) argument 2796 hookEllipseY(double scan_y,struct arc_bound * bound,struct accelerators * acc,int left) argument 2819 hookX(double scan_y,struct arc_def * def,struct arc_bound * bound,struct accelerators * acc,int left) argument 3502 struct arc_bound bound; local in function:drawQuadrant [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_compositerects.c | 40 bound(int16_t a, uint16_t b) function in typeref:typename:int16_t 74 boxes[j].x2 = bound(rects[i].x + tx, rects[i].width); 78 boxes[j].y2 = bound(rects[i].y + ty, rects[i].height);
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_texture_array.spec | 391 same initial values. If the new texture object is bound to TEXTURE_1D, 402 bind is successful no change is made to the state of the bound texture 405 While a texture object is bound, GL operations on the target to which 406 it is bound affect the bound object, and queries of the target to which 407 it is bound return state from the bound object. If texture mapping of 408 the dimensionality of the target to which a texture object is bound is 409 enabled, the state of the bound texture object directs the texturing 421 TEXTURE_2D_ARRAY_EXT respectively while 0 is bound t [all...] |
| H A D | WL_bind_wayland_display.spec | 99 wl_display bound to EGLDisplay otherwise EGL_TRUE. 102 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE.
|
| H A D | MESA_multithread_makecurrent.spec | 127 glXMakeCurrent() when it is already bound to another thread? 129 The context becomes bound to the new drawable/readable, and
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_array.spec | 391 same initial values. If the new texture object is bound to TEXTURE_1D, 402 bind is successful no change is made to the state of the bound texture 405 While a texture object is bound, GL operations on the target to which 406 it is bound affect the bound object, and queries of the target to which 407 it is bound return state from the bound object. If texture mapping of 408 the dimensionality of the target to which a texture object is bound is 409 enabled, the state of the bound texture object directs the texturing 421 TEXTURE_2D_ARRAY_EXT respectively while 0 is bound t [all...] |
| H A D | WL_bind_wayland_display.spec | 99 wl_display bound to EGLDisplay otherwise EGL_TRUE. 102 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.4.rst | 69 - gallium: Fix leak of bound SSBOs at CSO context destruction. 71 - gallium: Fix leak of currently bound UBOs at CSO context destruction.
|
| H A D | 10.3.5.rst | 58 - nv50,nvc0: buffer resources can be bound as other things down the
|
| H A D | 7.4.3.rst | 42 - Fixed incorrect viewport clamping (lower bound is zero, not one)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_program.c | 37 bool bound) assert_dt 39 if (bound) { 36 update_bound_stage(struct fd_context * ctx,enum pipe_shader_type shader,bool bound) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_memory.c | 200 if (mem == NULL || mem->bound || pI830->use_drm_mode) 212 mem->bound = TRUE; 225 mem->bound = TRUE; 241 if (mem == NULL || !mem->bound) 250 mem->bound = FALSE; 261 mem->bound = FALSE; 663 * The memory is automatically bound if we have the VT. 794 * The memory will be bound automatically when the driver is in control of the 933 if (mem->bound) { 1113 if (pI830->FbBase && front_buffer->bound) [all...] |