Home
last modified time | relevance | path

Searched refs:pcs (Results 1 – 25 of 37) sorted by relevance

12

/third_party/grpc/tools/http2_interop/
Dtestsuite.go30 pcs := make([]uintptr, 10)
31 total := runtime.Callers(1, pcs)
33 for _, pc := range pcs[:total] {
/third_party/boost/libs/proto/test/
Dmem_ptr.cpp167 S const *pcs = &s; in test_ptrs_transform() local
168 assert_result_type<int const &>(test1(pcs)); in test_ptrs_transform()
169 int const &s_x1 = evaluator()(test1(pcs)); in test_ptrs_transform()
215 S const *pcs = &s; in test_ptrs_context() local
216 assert_result_type<int const &>(test1(pcs)); in test_ptrs_context()
217 int const &s_x1 = proto::eval(test1(pcs), ctx); in test_ptrs_context()
/third_party/abseil-cpp/absl/debugging/
Dstacktrace.h187 extern void SetStackUnwinder(int (*unwinder)(void** pcs, int* sizes,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
Dstacktrace.cc116 int DefaultStackUnwinder(void** pcs, int* sizes, int depth, int skip, in DefaultStackUnwinder() argument
134 int n = (*f)(pcs, sizes, depth, skip, uc, min_dropped_frames); in DefaultStackUnwinder()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dstacktrace.h187 extern void SetStackUnwinder(int (*unwinder)(void** pcs, int* sizes,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
Dstacktrace.cc118 int DefaultStackUnwinder(void** pcs, int* sizes, int depth, int skip, in DefaultStackUnwinder() argument
136 int n = (*f)(pcs, sizes, depth, skip, uc, min_dropped_frames); in DefaultStackUnwinder()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp226 : pcs (that.pcs) in PushConstants()
231 pcs.clear(); in setPushConstant()
232 pcs.push_back(pc); in setPushConstant()
237 return pcs.empty(); in empty()
242 DE_ASSERT(pcs.size() == 1); in getBuffer()
243 return pcs[0]; in getBuffer()
248 std::vector<BufferSp> pcs; member
DvktSpvAsm8bitStorageTests.cpp3167 PushConstants pcs; in addGraphics8BitStoragePushConstantInt8To32Group() local
3210 pcs.setPushConstant(BufferSp(new Int8Buffer(inputs))); in addGraphics8BitStoragePushConstantInt8To32Group()
3315 …createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources,… in addGraphics8BitStoragePushConstantInt8To32Group()
3358 …createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources,… in addGraphics8BitStoragePushConstantInt8To32Group()
3431 …createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources,… in addGraphics8BitStoragePushConstantInt8To32Group()
3475 …createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources,… in addGraphics8BitStoragePushConstantInt8To32Group()
3998 PushConstants pcs; in addGraphics8BitStoragePushConstantInt8To16Group() local
4045 pcs.setPushConstant(BufferSp(new Int8Buffer(inputs))); in addGraphics8BitStoragePushConstantInt8To16Group()
4151 …createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources,… in addGraphics8BitStoragePushConstantInt8To16Group()
4194 …createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources,… in addGraphics8BitStoragePushConstantInt8To16Group()
[all …]
/third_party/flutter/skia/include/third_party/skcms/
Dskcms.h94 uint32_t pcs; member
285 p->pcs = skcms_Signature_XYZ; in skcms_Init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.h29 # define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
DvkDefs.hpp29 # define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/vulkan-headers/include/vulkan/
Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h61 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/mesa3d/include/vulkan/
Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_platform.h61 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/flutter/glfw/deps/vulkan/
Dvk_platform.h61 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/include/third_party/skcms/
Dskcms.h161 uint32_t pcs; member
375 p->pcs = skcms_Signature_XYZ; in skcms_Init()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.cpp572 dng_vector pcs = PCStoXYZ (); in ValidForwardMatrix() local
574 if (Abs_real64 (xyz [0] - pcs [0]) > kThreshold || in ValidForwardMatrix()
575 Abs_real64 (xyz [1] - pcs [1]) > kThreshold || in ValidForwardMatrix()
576 Abs_real64 (xyz [2] - pcs [2]) > kThreshold) in ValidForwardMatrix()
Ddng_shared.cpp2958 dng_xy_coord pcs = PCStoXY (); in PostParse() local
2965 if (Abs_real64 (fAsShotWhiteXY.x - pcs.x) > 0.01 || in PostParse()
2966 Abs_real64 (fAsShotWhiteXY.y - pcs.y) > 0.01) in PostParse()
2977 fAsShotWhiteXY = pcs; in PostParse()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc426 void *pcs[40]; in PostSynchEvent() local
427 int n = absl::GetStackTrace(pcs, ABSL_ARRAYSIZE(pcs), 1); in PostSynchEvent()
430 char buffer[ABSL_ARRAYSIZE(pcs) * 24]; in PostSynchEvent()
433 pos += snprintf(&buffer[pos], sizeof (buffer) - pos, " %p", pcs[i]); in PostSynchEvent()
1270 static char *StackString(void **pcs, int n, char *buf, int maxlen, in StackString() argument
1277 if (!symbolizer(pcs[i], sym, kSymLen)) { in StackString()
1282 pcs[i], sym); in StackString()
1284 snprintf(buf + len, maxlen - len, " %p", pcs[i]); in StackString()
1292 void *pcs[40]; in CurrentStackString() local
1293 return StackString(pcs, absl::GetStackTrace(pcs, ABSL_ARRAYSIZE(pcs), 2), buf, in CurrentStackString()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc415 void *pcs[40]; in PostSynchEvent() local
416 int n = absl::GetStackTrace(pcs, ABSL_ARRAYSIZE(pcs), 1); in PostSynchEvent()
419 char buffer[ABSL_ARRAYSIZE(pcs) * 24]; in PostSynchEvent()
422 pos += snprintf(&buffer[pos], sizeof (buffer) - pos, " %p", pcs[i]); in PostSynchEvent()
1261 static char *StackString(void **pcs, int n, char *buf, int maxlen, in StackString() argument
1268 if (!symbolizer(pcs[i], sym, kSymLen)) { in StackString()
1273 pcs[i], sym); in StackString()
1275 snprintf(buf + len, maxlen - len, " %p", pcs[i]); in StackString()
1283 void *pcs[40]; in CurrentStackString() local
1284 return StackString(pcs, absl::GetStackTrace(pcs, ABSL_ARRAYSIZE(pcs), 2), buf, in CurrentStackString()
/third_party/flutter/skia/third_party/skcms/
Dskcms.cc173 uint8_t pcs [ 4]; member
886 profile->pcs = read_big_u32(header->pcs); in skcms_Parse()
921 if (profile->pcs != skcms_Signature_XYZ && profile->pcs != skcms_Signature_Lab) { in skcms_Parse()
925 bool pcs_is_xyz = profile->pcs == skcms_Signature_XYZ; in skcms_Parse()
2220 if (srcProfile->pcs == skcms_Signature_Lab) { in skcms_TransformWithPalette()

12