Home
last modified time | relevance | path

Searched refs:p0_type (Results 1 – 7 of 7) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_etmv4_stack_elem.h78 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const…
96 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() argument
99 m_P0_type(p0_type), in TrcStackElem()
295 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, …
308 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam() argument
309 TrcStackElem(p0_type, isP0, root_pkt,root_index) in TrcStackElemParam()
366 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk…
367 …TrcStackElem *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_…
/external/OpenCSD/decoder/source/etmv4/
Dtrc_etmv4_stack_elem.cpp39 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/
Djni_generator_tests.py174 p0_type='ChromeBrowserProvider'),
188 p0_type='ChromeBrowserProvider'),
238 p0_type='ChromeBrowserProvider'),
266 p0_type='ChromeBrowserProvider'),
280 p0_type='content::DataFetcherImplAndroid'),
987 p0_type='ChromeBrowserProvider',
Djni_generator.py96 self.p0_type = self.params[0].name[len('native'):]
98 self.p0_type = kwargs['native_class_name']
1084 'P0_TYPE': native.p0_type,
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1245 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1246 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst()
1252 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1273 if (_.GetDimension(p0_type) != _.GetDimension(p1_type)) { in ValidateExtInst()
1963 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1964 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst()
1970 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst()
1977 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1985 if (p0_type != p1_type) { in ValidateExtInst()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1260 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1261 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst()
1267 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1288 if (_.GetDimension(p0_type) != _.GetDimension(p1_type)) { in ValidateExtInst()
1978 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1979 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst()
1985 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst()
1992 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
2000 if (p0_type != p1_type) { in ValidateExtInst()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp1260 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1261 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst()
1267 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1288 if (_.GetDimension(p0_type) != _.GetDimension(p1_type)) { in ValidateExtInst()
1987 const uint32_t p0_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1988 if (!_.IsFloatScalarOrVectorType(p0_type)) { in ValidateExtInst()
1994 const uint32_t num_components = _.GetDimension(p0_type); in ValidateExtInst()
2001 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
2009 if (p0_type != p1_type) { in ValidateExtInst()