/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TransformFeedbackTest.cpp | 3651 << index << " " << component; in TEST_P() local 3750 << index << " " << component; TEST_P() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Context.cpp | 550 bool Context::texCoordActive(int coordinate, int component) in texCoordActive() argument 618 bool Context::isProjectionComponent(unsigned int coordinate, int component) in isProjectionComponent() argument 1208 diffuseUsed(int component) diffuseUsed() argument 1256 diffuseActive(int component) diffuseActive() argument 1290 specularUsed(int component) specularUsed() argument 1319 specularActive(int component) specularActive() argument 1344 colorActive(int color, int component) colorActive() argument 1374 textureActive(int coordinate, int component) textureActive() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelProgram.cpp | 1091 int component = src.rel.swizzle & 0x03; in readConstant() local 1165 int component = rel.swizzle & 0x03; in dynamicAddress() local
|
H A D | PixelRoutine.cpp | 2342 Float component = oC.x.z; writeColor() local 2356 Float component = oC.x.z; writeColor() local [all...] |
H A D | VertexProgram.cpp | 891 int component = src.rel.swizzle & 0x03; in readConstant() local 966 int component = rel.swizzle & 0x03; in dynamicAddress() local [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwrite.c | 1593 png_uint_16 component = *in_ptr++; in png_write_image_16bit() local 1642 png_unpremultiply(png_uint_32 component, png_uint_32 alpha, png_uint_32 reciprocal ) png_unpremultiply() argument 1769 png_uint_32 component = *in_ptr++; png_write_image_8bit() local [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLGLSLCodeGenerator.cpp | 84 const Type& component = type.componentType(); in getTypeName() local 106 const Type& component = type.componentType(); in getTypeName() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-morx-table.hh | 567 const UnsizedArrayOf<HBUINT16> &component; member 599 component; /* Offset to the component table. */ global() member [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | interface_var_sroa.cpp | 312 spv::Decoration::Component, component); in AddLocationAndComponentDecorations() local 174 GetVariableComponent( Instruction* var, uint32_t* component) GetVariableComponent() argument 242 ReplaceInterfaceVariableWithScalars( Instruction* interface_var, Instruction* interface_var_type, uint32_t location, uint32_t component, uint32_t extra_array_length) ReplaceInterfaceVariableWithScalars() argument 304 AddLocationAndComponentDecorations( const NestedCompositeComponents& vars, uint32_t* location, uint32_t component) AddLocationAndComponentDecorations() argument 930 uint32_t location, component; ReplaceInterfaceVarsWithScalars() local [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_image.cpp | 1560 const uint32_t component = inst->GetOperandAs<uint32_t>(4); in ValidateImageGather() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm8bitStorageTests.cpp | 749 string getStructShaderComponet (const ShaderTemplate component) in getStructShaderComponet() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 809 static int decode_block(MJpegDecodeContext *s, int16_t *block, int component, in decode_block() argument 858 decode_dc_progressive(MJpegDecodeContext *s, int16_t *block, int component, int dc_index, uint16_t *quant_matrix, int Al) decode_dc_progressive() argument [all...] |
H A D | mpeg12dec.c | 489 int component; in mpeg2_decode_block_intra() local 575 int component; in mpeg2_fast_decode_block_intra() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 712 int component, cur_id; in colormap_insert() local 628 get_next_color(const uint8_t *color_used, const PaletteUseContext *s, int *component, const struct color_rect *box) get_next_color() argument [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 556 Id component; member 700 Id component; // a dynamic component inde member 799 accessChainPushComponent(Id component, Id preSwizzleBaseType, AccessChain::CoherentFlags coherentFlags, unsigned int alignment) accessChainPushComponent() argument [all...] |
/third_party/backends/backend/ |
H A D | dc25.c | 1510 int result = 0, dest_col, row, component, src_index; in zoom_x() local 1573 int result = 0, dest_row, column, component, src_index; in zoom_y() local [all...] |
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 2637 static const char *get_965_element_component(uint32_t data, int component) in get_965_element_component() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 230 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_ssa_def **array_index, int (*type_size)(const struct glsl_type *, bool), unsigned *component, bool bts) get_io_offset() argument 293 emit_load(struct lower_io_state *state, nir_ssa_def *array_index, nir_variable *var, nir_ssa_def *offset, unsigned component, unsigned num_components, unsigned bit_size, nir_alu_type dest_type) emit_load() argument 392 lower_load(nir_intrinsic_instr *intrin, struct lower_io_state *state, nir_ssa_def *array_index, nir_variable *var, nir_ssa_def *offset, unsigned component, const struct glsl_type *type) lower_load() argument 442 emit_store(struct lower_io_state *state, nir_ssa_def *data, nir_ssa_def *array_index, nir_variable *var, nir_ssa_def *offset, unsigned component, unsigned num_components, nir_component_mask_t write_mask, nir_alu_type src_type) emit_store() argument 504 lower_store(nir_intrinsic_instr *intrin, struct lower_io_state *state, nir_ssa_def *array_index, nir_variable *var, nir_ssa_def *offset, unsigned component, const struct glsl_type *type) lower_store() argument 563 lower_interpolate_at(nir_intrinsic_instr *intrin, struct lower_io_state *state, nir_variable *var, nir_ssa_def *offset, unsigned component, const struct glsl_type *type) lower_interpolate_at() argument [all...] |
H A D | nir_linking_helpers.c | 374 uint8_t component; member [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_function.cpp | 1142 dereference_component(ir_rvalue *src, unsigned component) in dereference_component() argument [all...] |
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compiler.h | 301 uint32_t component; member
|
/third_party/mesa3d/src/compiler/ |
H A D | glsl_types.h | 1395 int component; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 1214 search_swizzle(const unsigned char swizzle[4], unsigned component) in search_swizzle() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_types.h | 989 unsigned component:2; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | gpir.h | 221 unsigned component; member 231 unsigned component; member
|