| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | arrayobj.c | 472 GLuint max_offset = 0; local in function:compute_vbo_offset_range 482 max_offset = MAX2(off, max_offset); 486 *max = binding->Offset + (GLsizeiptr)max_offset; 657 GLsizeiptr min_offset, max_offset; local in function:_mesa_update_vao_derived_arrays 658 compute_vbo_offset_range(vao, binding, &min_offset, &max_offset); 659 assert(max_offset <= min_offset + MaxRelativeOffset); 692 if (min_offset2 + MaxRelativeOffset < max_offset) 697 max_offset = MAX2(max_offset, max_offset [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | arrayobj.c | 419 GLuint max_offset = 0; local in function:compute_vbo_offset_range 429 max_offset = MAX2(off, max_offset); 433 *max = binding->Offset + (GLsizeiptr)max_offset; 618 GLsizeiptr min_offset, max_offset; local in function:_mesa_update_vao_derived_arrays 619 compute_vbo_offset_range(vao, binding, &min_offset, &max_offset); 620 assert(max_offset <= min_offset + MaxRelativeOffset); 653 if (min_offset2 + MaxRelativeOffset < max_offset) 658 max_offset = MAX2(max_offset, max_offset [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_gather_xfb_info.c | 277 unsigned max_offset[NIR_MAX_XFB_BUFFERS] = {0}; local in function:nir_gather_xfb_info_with_varyings 279 assert(xfb->outputs[i].offset >= max_offset[xfb->outputs[i].buffer]); 282 max_offset[xfb->outputs[i].buffer] = xfb->outputs[i].offset + slots * 4;
|
| H A D | nir_inline_uniforms.c | 380 uint32_t max_offset = offset + num_components; local in function:nir_inline_uniforms 389 if (uni_offset >= offset && uni_offset < max_offset) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_gather_xfb_info.c | 277 unsigned max_offset[NIR_MAX_XFB_BUFFERS] = {0}; local in function:nir_gather_xfb_info_with_varyings 279 assert(xfb->outputs[i].offset >= max_offset[xfb->outputs[i].buffer]); 282 max_offset[xfb->outputs[i].buffer] = xfb->outputs[i].offset + slots * 4;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_XML.py | 953 max_offset = -1 955 if func.offset > max_offset: 956 max_offset = func.offset 959 temp = [None for i in range(0, max_offset + 1)] 966 for i in range(0, max_offset + 1):
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_XML.py | 967 max_offset = -1 969 if func.offset > max_offset: 970 max_offset = func.offset 973 temp = [None for i in range(0, max_offset + 1)] 980 for i in range(0, max_offset + 1):
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| H A D | ttgxvar.c | 1567 FT_ULong max_offset = 0; local in function:ft_var_load_gvar 1574 if ( max_offset <= blend->glyphoffsets[i] ) 1575 max_offset = blend->glyphoffsets[i]; 1581 blend->glyphoffsets[i] = max_offset; 1597 FT_ULong max_offset = 0; local in function:ft_var_load_gvar 1604 if ( max_offset <= blend->glyphoffsets[i] ) 1605 max_offset = blend->glyphoffsets[i]; 1611 blend->glyphoffsets[i] = max_offset;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 8.0.4.rst | 97 - st/mesa: fix max_offset computation for base vertex
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_nir_apply_pipeline_layout.c | 1088 unsigned max_offset = b->shader->constant_data_size - load_size; local in function:lower_load_constant 1089 offset = nir_umin(b, offset, nir_imm_int(b, max_offset));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 523 unsigned max_offset = b.shader->constant_data_size - load_size; local in function:iris_setup_uniforms 524 offset = nir_umin(&b, offset, nir_imm_int(&b, max_offset));
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 4395 unsigned max_offset = write2 ? (255 - write2_off) * split_data.bytes() : 65535; local in function:aco::__anon562fcc110110::store_lds 4397 if (inline_offset > max_offset) { 4403 assert(inline_offset <= max_offset);
|