/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table.cc | 124 IndexSubTable::Builder::CreateBuilder(int32_t index_format) { in CreateBuilder() argument 125 switch (index_format) { in CreateBuilder() 162 int32_t index_format = data->ReadUShort(index_sub_table_offset); in CreateBuilder() local 163 switch (index_format) { in CreateBuilder() 212 IndexSubTable::Builder::Builder(int32_t data_size, int32_t index_format) in Builder() argument 216 index_format_(index_format), in Builder() 221 IndexSubTable::Builder::Builder(int32_t index_format, in Builder() argument 228 index_format_(index_format), in Builder() 261 index_format()); in SerializeIndexSubHeader()
|
H A D | index_sub_table.h | 46 int32_t index_format() { return index_format_; } in index_format() function in sfntly::IndexSubTable::Builder 84 static CALLER_ATTACH Builder* CreateBuilder(int32_t index_format); 100 Builder(int32_t data_size, int32_t index_format); 101 Builder(int32_t index_format, 131 int32_t index_format() { return index_format_; } in index_format() function in sfntly::IndexSubTable
|
H A D | bitmap_size_table.cc | 514 switch (iterator_base->container_base()->index_format()) { in HasNext() 561 switch (iterator_base->container_base()->index_format()) { in Next()
|
H A D | eblc_table.cc | 148 (*index_sub_table_builder)->index_format()); in SubSerialize()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_address.c | 247 ins->load_store.index_format = midgard_index_address_s32; in mir_set_offset() 249 ins->load_store.index_format = midgard_index_address_u64; in mir_set_offset() 282 ins->load_store.index_format = match.type; in mir_set_offset()
|
H A D | helpers.h | 393 (word.index_format << 6);
|
H A D | midgard.h | 766 midgard_index_address_format index_format : 2; member
|
H A D | compiler.h | 584 .index_format = midgard_index_address_u32, in v_load_store_scratch()
|
H A D | midgard_emit.c | 53 word->index_format = (index >> 6) & 0x3; in midgard_pack_ubo_index_imm()
|
H A D | disassemble.c | 1371 bool is_secondary = (word->index_format >> 1); in print_load_store_instr() 1447 index_format_names[word->index_format], in print_load_store_instr()
|
H A D | midgard_compile.c | 1408 ins.load_store.index_format = midgard_index_address_u64; in emit_atomic() 1454 ins.load_store.index_format = midgard_index_address_u32; in emit_varying_read() 2030 st.load_store.index_format = midgard_index_address_u32; in emit_intrinsic()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | query.c | 327 enum pipe_format rgba_format, index_format, colortbl_format; in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() local 341 index_format = FormatIndexedToPipe(bits_indexed_format); in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 342 if (index_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 361 pscreen, index_format, PIPE_TEXTURE_2D, 1, 1, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
|
H A D | output.c | 300 enum pipe_format index_format; in vlVdpOutputSurfacePutBitsIndexed() local 318 index_format = FormatIndexedToPipe(source_indexed_format); in vlVdpOutputSurfacePutBitsIndexed() 319 if (index_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfacePutBitsIndexed() 334 res_tmpl.format = index_format; in vlVdpOutputSurfacePutBitsIndexed() 382 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfwoff2.c | 758 FT_UShort index_format, in store_loca() 775 const FT_ULong offset_size = index_format ? 4 : 2; in store_loca() 791 if ( index_format ) in store_loca() 838 FT_UShort index_format; in reconstruct_glyf() local 865 if ( FT_READ_USHORT( index_format ) ) in reconstruct_glyf() 868 FT_TRACE4(( "num_glyphs = %u; index_format = %u\n", in reconstruct_glyf() 869 num_glyphs, index_format )); in reconstruct_glyf() 875 /* index_format = 0 => Short version `loca'. */ in reconstruct_glyf() 876 /* index_format = 1 => Long version `loca'. */ in reconstruct_glyf() 877 expected_loca_length = ( index_format in reconstruct_glyf() 756 store_loca( FT_ULong* loca_values, FT_ULong loca_values_size, FT_UShort index_format, FT_ULong* checksum, FT_Byte** sfnt_bytes, FT_ULong* sfnt_size, FT_ULong* out_offset, FT_Memory memory ) store_loca() argument 1254 FT_UShort index_format; get_x_mins() local [all...] |
H A D | ttsbit.c | 1268 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local 1308 index_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() 1312 switch ( index_format ) in tt_sbit_decoder_load_image()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | tttypes.h | 573 * index_format :: 609 FT_UShort index_format; member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | bitmap_table_test.cc | 116 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT); in TestReadingBitmapTable()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-color-cbdt-table.hh | 335 void populate_header (unsigned index_format, in populate_header() 340 u.header.indexFormat = index_format; in populate_header()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 444 if (b->index_format() == IndexSubTable::Format::FORMAT_2) { in ConstructIndexFormat5() 489 switch (builder->index_format()) { in SubsetIndexSubTable()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_pipeline.c | 2253 uint32_t index_format; in emit_mesh_state() local 2254 switch (mesh_prog_data->index_format) { in emit_mesh_state() 2256 index_format = INDEX_U32; in emit_mesh_state() 2276 mesh.IndexFormat = index_format; in emit_mesh_state()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 1015 uint32_t index_format; member 1155 nir_ssa_def *index_format = in build_leaf_shader() local 1194 nir_ssa_def *indices = get_indices(&b, index_addr, index_format, global_id); in build_leaf_shader() 2126 prim_consts.index_format = geom->geometry.triangles.indexType; in radv_CmdBuildAccelerationStructuresKHR()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 1480 enum brw_mesh_index_format index_format; member
|
H A D | brw_mesh.cpp | 710 prog_data->index_format = BRW_INDEX_FORMAT_U32; in brw_compile_mesh()
|