Home
last modified time | relevance | path

Searched defs:input_components (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c2871 const unsigned input_components = input_vectors * 4; in check_against_input_limit() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h310 int input_components; /* # of color components in input image */ member
/third_party/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h316 int input_components; /* # of color components in input image */ member
/third_party/libjpeg-turbo/
Djpeglib.h310 int input_components; /* # of color components in input image */ member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp2843 string CompilerGLSL::remap_swizzle(const SPIRType &out_type, uint32_t input_components, const strin… in remap_swizzle()