HomeSort by relevance Sort by last modified time
    Searched defs:addInt32 (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tools/incident_report/
generic_message.cpp 28 GenericMessage::addInt32(int32_t fieldId, uint32_t value)
  /external/spirv-llvm/lib/SPIRV/
OCL21ToSPIRV.cpp 94 ConstantInt *addInt32(int I) {
215 Args[0] = addInt32(map<Scope>(std::get<2>(Lit)));
216 Args[1] = addInt32(map<Scope>(std::get<1>(Lit)));
217 Args[2] = addInt32(mapOCLMemFenceFlagToSPIRV(std::get<0>(Lit)));
OCL20ToSPIRV.cpp 274 ConstantInt *addInt32(int I) {
573 Args.insert(Args.begin(), addInt32(ScopeWorkgroup));
666 Args[0] = addInt32(map<Scope>(std::get<2>(Lit)));
667 Args[1] = addInt32(mapOCLMemSemanticToSPIRV(std::get<0>(Lit),
723 Ops.push_back(addInt32(I));
772 Ops.push_back(addInt32(I));
820 Args[0] = addInt32(map<Scope>(std::get<2>(Lit)));
821 Args[1] = addInt32(map<Scope>(std::get<1>(Lit)));
822 Args[2] = addInt32(mapOCLMemFenceFlagToSPIRV(std::get<0>(Lit)));
    [all...]
SPIRVWriter.cpp 310 SPIRVId addInt32(int);
    [all...]
  /hardware/libhardware/modules/camera/3_0/
Metadata.cpp 79 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data)
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 73 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) {
  /device/google/contexthub/util/common/
JSONObject.h 221 void addInt32(int32_t in) {
  /external/flatbuffers/js/
flatbuffers.js 365 flatbuffers.Builder.prototype.addInt32 = function(value) {
429 this.addInt32(value);
604 this.addInt32(0);
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 353 void MediaAnalyticsItem::addInt32(MediaAnalyticsItem::Attr name, int32_t value) {

Completed in 163 milliseconds