Searched refs:max_offset (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Darrayobj.c472 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 Darrayobj.c419 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 Dnir_gather_xfb_info.c277 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 Dnir_inline_uniforms.c380 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 Dnir_gather_xfb_info.c277 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 Dgl_XML.py953 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 Dgl_XML.py967 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 Dttgxvar.c1567 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 D8.0.4.rst97 - st/mesa: fix max_offset computation for base vertex
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c1088 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 Diris_program.c523 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 Daco_instruction_selection.cpp4395 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);

Completed in 41 milliseconds