Home
last modified time | relevance | path

Searched defs:component (Results 176 - 200 of 252) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTransformFeedbackTest.cpp3651 << index << " " << component; in TEST_P() local
3750 << index << " " << component; TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DContext.cpp550 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 DPixelProgram.cpp1091 int component = src.rel.swizzle & 0x03; in readConstant() local
1165 int component = rel.swizzle & 0x03; in dynamicAddress() local
H A DPixelRoutine.cpp2342 Float component = oC.x.z; writeColor() local
2356 Float component = oC.x.z; writeColor() local
[all...]
H A DVertexProgram.cpp891 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 Dpngwrite.c1593 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 DSkSLGLSLCodeGenerator.cpp84 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 Dhb-aat-layout-morx-table.hh567 const UnsizedArrayOf<HBUINT16> &component; member
599 component; /* Offset to the component table. */ global() member
[all...]
/third_party/spirv-tools/source/opt/
H A Dinterface_var_sroa.cpp312 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 Dvalidate_image.cpp1560 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 DvktSpvAsm8bitStorageTests.cpp749 string getStructShaderComponet (const ShaderTemplate component) in getStructShaderComponet() argument
/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.c809 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 Dmpeg12dec.c489 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 Dvf_paletteuse.c712 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 DSpvBuilder.h556 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 Ddc25.c1510 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 Dintel_decode.c2637 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 Dnir_lower_io.c230 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 Dnir_linking_helpers.c374 uint8_t component; member
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1142 dereference_component(ir_rvalue *src, unsigned component) in dereference_component() argument
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h301 uint32_t component; member
/third_party/mesa3d/src/compiler/
H A Dglsl_types.h1395 int component; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1214 search_swizzle(const unsigned char swizzle[4], unsigned component) in search_swizzle() argument
/third_party/mesa3d/src/mesa/main/
H A Dshader_types.h989 unsigned component:2; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h221 unsigned component; member
231 unsigned component; member

Completed in 57 milliseconds

1234567891011