/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 525 const VariablePathComponent& component = path.back(); in validateSingleVariable() local [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluVarTypeUtil.hpp | 133 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 D | rsgVariableValue.hpp | 97 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 D | ituh263dec.c | 554 int component, diff; in h263_decode_block() local
|
H A D | dnxhddec.c | 361 int level, component, sign; in dnxhd_decode_dct_block() local
|
H A D | mpeg12enc.c | 666 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 D | speedhq.c | 167 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 D | mss4.c | 295 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 D | dnxhdenc.c | 816 const static uint8_t component[8]={0,0,1,2,0,0,1,2}; in dnxhd_switch_matrix() local
|
H A D | omx.c | 270 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 D | ohos_components_checker.cc | 459 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 D | ir_constant_expression.cpp | 1003 const unsigned component = idx->value.u[0]; constant_expression_value() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_tess.c | 259 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 D | formats.c | 784 _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 D | nouveau_video.c | 683 unsigned i, j, component; in nouveau_video_buffer_sampler_view_components() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video.c | 607 unsigned i, j, component; in nv84_video_buffer_create() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | literal-objects.cc | 310 AccessorComponent component = ToAccessorComponent(value_kind); in AddToDictionaryTemplate() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 774 Converter::getSrc(nir_alu_src *src, uint8_t component) in getSrc() argument
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | helpers.h | 363 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 D | validate_image.cpp | 1471 const uint32_t component = inst->GetOperandAs<uint32_t>(4); in ValidateImageGather() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | PixelProcessor.hpp | 98 unsigned char component : 4; member
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SetupRoutine.cpp | 485 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 D | validate_image.cpp | 1471 const uint32_t component = inst->GetOperandAs<uint32_t>(4); in ValidateImageGather() local
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_glyf.h | 201 } component;//[] last element does not set MORE_COMPONENTS member
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector_test.cc | 300 ComponentType component; in TEST_P() local
|