/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_etmv4_stack_elem.h | 79 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const… 97 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() argument 100 m_P0_type(p0_type), in TrcStackElem() 296 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, … 309 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam() argument 310 TrcStackElem(p0_type, isP0, root_pkt,root_index) in TrcStackElemParam() 391 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk… 392 …TrcStackElem *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_…
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_etmv4_stack_elem.cpp | 39 TrcStackElem *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const … in createParamElemNoParam() argument 41 TrcStackElem *pElem = new (std::nothrow) TrcStackElem(p0_type, isP0, root_pkt, root_index); in createParamElemNoParam() 52 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const oc… in createParamElem() argument 54 …TrcStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_inde… in createParamElem()
|
/external/libchrome/base/android/jni_generator/ |
D | jni_generator_tests.py | 174 p0_type='ChromeBrowserProvider'), 188 p0_type='ChromeBrowserProvider'), 238 p0_type='ChromeBrowserProvider'), 266 p0_type='ChromeBrowserProvider'), 280 p0_type='content::DataFetcherImplAndroid'), 987 p0_type='ChromeBrowserProvider',
|
D | jni_generator.py | 89 self.p0_type = self.params[0].name[len('native'):] 91 self.p0_type = kwargs['native_class_name'] 1077 'P0_TYPE': native.p0_type,
|
/external/cronet/base/android/jni_generator/ |
D | jni_generator.py | 152 self.p0_type = kwargs.get('p0_type') 153 if self.p0_type is None: 154 self.p0_type = self.params[0].name[len('native'):] 156 self.p0_type = kwargs['native_class_name'] 1362 'P0_TYPE': native.p0_type,
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1326 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1327 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst() 1333 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst() 1354 if (_.GetDimension(p0_type) != _.GetDimension(p1_type)) { in ValidateExtInst() 2053 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2054 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst() 2060 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst() 2067 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst() 2075 if (p0_type != p1_type) { in ValidateExtInst()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1630 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1631 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst() 1637 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst() 1658 if (_.GetDimension(p0_type) != _.GetDimension(p1_type)) { in ValidateExtInst() 2357 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2358 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst() 2364 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst() 2371 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst() 2379 if (p0_type != p1_type) { in ValidateExtInst()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_extensions.cpp | 1626 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1627 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst() 1633 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst() 1654 if (_.GetDimension(p0_type) != _.GetDimension(p1_type)) { in ValidateExtInst() 2353 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2354 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst() 2360 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst() 2367 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst() 2375 if (p0_type != p1_type) { in ValidateExtInst()
|