Searched refs:offset_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c786 const FT_ULong offset_size = index_format ? 4 : 2; local in function:store_loca
792 loca_buf_size = loca_values_size * offset_size;
1271 FT_ULong offset_size; local in function:get_x_mins
1315 offset_size = index_format ? 4 : 2;
1328 loca_offset += offset_size;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp6548 int offset_size = coord_size - (sampler_type->sampler_array ? 1 : 0); local in function:builtin_builder::_texture
6550 new(mem_ctx) ir_variable(glsl_type::ivec(offset_size), "offset",
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp6053 int offset_size = coord_size - (sampler_type->sampler_array ? 1 : 0); local in function:builtin_builder::_texture
6055 new(mem_ctx) ir_variable(glsl_type::ivec(offset_size), "offset",

Completed in 23 milliseconds