Home
last modified time | relevance | path

Searched refs:format_index (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc383 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) { in GetVectorFormat() argument
384 return GetVectorFormat(formats_[format_index]); in GetVectorFormat()
H A Dinstructions-arm64.h628 VectorFormat GetVectorFormat(int format_index = 0);
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h907 VectorFormat GetVectorFormat(int format_index = 0) { in GetVectorFormat()
908 return GetVectorFormat(formats_[format_index]); in GetVectorFormat()
/third_party/vixl/src/
H A Dutils-vixl.h189 #define PRINTF_CHECK(format_index, varargs_index) \
190 __attribute__((format(gnu_printf, format_index, varargs_index)))
192 #define PRINTF_CHECK(format_index, varargs_index)
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1091 int format_index = zs_format == PIPE_FORMAT_Z24_UNORM_S8_UINT ? 0 : in blitter_get_fs_pack_color_zs() local
1097 if (format_index == -1) { in blitter_get_fs_pack_color_zs()
1106 format_index += 5; in blitter_get_fs_pack_color_zs()
1108 void **shader = &ctx->fs_pack_color_zs[tgsi_tex][format_index]; in blitter_get_fs_pack_color_zs()

Completed in 12 milliseconds