Home
last modified time | relevance | path

Searched defs:component (Results 126 - 150 of 241) sorted by relevance

12345678910

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp525 const VariablePathComponent& component = path.back(); in validateSingleVariable() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.hpp133 SubTypeAccess& component (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::VECTOR_COMPONENT, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access component. in component() function in glu::SubTypeAccess
139 SubTypeAccess component (int ndx) const { return SubTypeAccess(*this).component(ndx); } in component() function in glu::SubTypeAccess
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.hpp97 ConstStridedValueAccess component (int compNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*compNdx); } in component() function in rsg::ConstStridedValueAccess
130 StridedValueAccess component (int compNdx) { return StridedValueAccess(this->getType().getElementType(), this->m_value + Stride*compNdx); } in component() function in rsg::StridedValueAccess
223 inline ConstValueRangeAccess ConstValueRangeAccess::component (int compNdx) const in component() function in rsg::ConstValueRangeAccess
254 inline ValueRangeAccess ValueRangeAccess::component (int compNdx) in component() function in rsg::ValueRangeAccess
/third_party/ffmpeg/libavcodec/
H A Dituh263dec.c554 int component, diff; in h263_decode_block() local
H A Ddnxhddec.c361 int level, component, sign; in dnxhd_decode_dct_block() local
H A Dmpeg12enc.c666 static inline void encode_dc(MpegEncContext *s, int diff, int component) in encode_dc() argument
703 int code, component; in mpeg1_encode_block() local
H A Dspeedhq.c167 static inline int decode_dc_le(GetBitContext *gb, int component) in decode_dc_le() argument
224 static inline int decode_dct_block(const SHQContext *s, GetBitContext *gb, int last_dc[4], int component, uint8_t *dest, int linesize) in decode_dct_block() argument
H A Dmss4.c295 get_value_cached(GetBitContext *gb, int vec_pos, uint8_t *vec, int vec_size, int component, int shift, int *prev) get_value_cached() argument
H A Ddnxhdenc.c816 const static uint8_t component[8]={0,0,1,2,0,0,1,2}; in dnxhd_switch_matrix() local
H A Domx.c270 static OMX_ERRORTYPE event_handler(OMX_HANDLETYPE component, OMX_PTR app_data, OMX_EVENTTYPE event, in event_handler() argument
312 static OMX_ERRORTYPE empty_buffer_done(OMX_HANDLETYPE component, OMX_PTR app_data, in empty_buffer_done() argument
330 static OMX_ERRORTYPE fill_buffer_done(OMX_HANDLETYPE component, OMX_PTR app_data, in fill_buffer_done() argument
/third_party/gn/src/gn/
H A Dohos_components_checker.cc459 const OhosComponent *component = target->ohos_component(); in CheckAllDepsConfigs() local
477 const OhosComponent *component = target->ohos_component(); in CheckInnerApiIncludesOverRange() local
442 GenerateScanList(const std::string &path, const std::string &subsystem, const std::string &component, const std::string &label, const std::string &deps) const GenerateScanList() argument
500 const OhosComponent *component = target->ohos_component(); CheckInnerApiPublicDepsInner() local
516 CheckInnerApiNotLib(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiNotLib() argument
540 CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, const std::string &label, Err *err) const CheckInnerApiNotDeclare() argument
569 const OhosComponent *component = target->ohos_component(); CheckIncludesAbsoluteDepsOther() local
585 CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiVisibilityDenied() argument
617 CheckTargetAbsoluteDepsOther(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, bool is_external_deps, Err *err) const CheckTargetAbsoluteDepsOther() argument
647 const OhosComponent *component = build_settings->GetOhosComponent(label); CheckImportOther() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp1003 const unsigned component = idx->value.u[0]; constant_expression_value() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c259 si_nir_load_tcs_varyings(struct ac_shader_abi *abi, LLVMTypeRef type, LLVMValueRef vertex_index, LLVMValueRef param_index, unsigned driver_location, unsigned component, unsigned num_components, bool load_input) si_nir_load_tcs_varyings() argument
/third_party/mesa3d/src/mesa/main/
H A Dformats.c784 _mesa_format_has_color_component(mesa_format format, int component) in _mesa_format_has_color_component() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c683 unsigned i, j, component; in nouveau_video_buffer_sampler_view_components() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c607 unsigned i, j, component; in nv84_video_buffer_create() local
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc310 AccessorComponent component = ToAccessorComponent(value_kind); in AddToDictionaryTemplate() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp774 Converter::getSrc(nir_alu_src *src, uint8_t component) in getSrc() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dhelpers.h363 midgard_ldst_comp(unsigned reg, unsigned component, unsigned size) in midgard_ldst_comp() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_image.cpp1471 const uint32_t component = inst->GetOperandAs<uint32_t>(4); in ValidateImageGather() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.hpp98 unsigned char component : 4; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp485 void SetupRoutine::setupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, Float4 (&m)[3], Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2, int attribute, int planeEquation, bool flat, bool sprite, bool perspective, bool wrap, int component) in setupGradient() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_image.cpp1471 const uint32_t component = inst->GetOperandAs<uint32_t>(4); in ValidateImageGather() local
/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h201 } component;//[] last element does not set MORE_COMPONENTS member
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector_test.cc300 ComponentType component; in TEST_P() local

Completed in 42 milliseconds

12345678910