Home
last modified time | relevance | path

Searched refs:pcs (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dstacktrace.h187 extern void SetStackUnwinder(int (*unwinder)(void** pcs, int* sizes,
196 // `pcs`. (Note that the frame generated for this call itself is also skipped.)
205 // Because this function is generic, only `pcs` is guaranteed to be non-null
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
H A 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/
H A 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
H A 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, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To32Group()
3358 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To32Group()
3431 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To32Group()
3475 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); 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, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To16Group()
4194 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resource in addGraphics8BitStoragePushConstantInt8To16Group()
[all...]
H A DvktSpvAsm16bitStorageTests.cpp4706 PushConstants pcs; in addGraphics16BitStoragePushConstantFloat16To32Group() local
4739 pcs.setPushConstant(BufferSp(new Float16Buffer(float16Data))); in addGraphics16BitStoragePushConstantFloat16To32Group()
4846 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantFloat16To32Group()
4915 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantFloat16To32Group()
4999 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantFloat16To32Group()
5013 PushConstants pcs; in addGraphics16BitStoragePushConstantInt16To32Group() local
5055 pcs.setPushConstant(BufferSp(new Int16Buffer(inputs))); in addGraphics16BitStoragePushConstantInt16To32Group()
5160 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantInt16To32Group()
5203 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantInt16To32Group()
5276 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resource in addGraphics16BitStoragePushConstantInt16To32Group()
7202 PushConstants pcs; addGraphics16BitStoragePushConstantFloat16To64Group() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A 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
H A 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, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To32Group()
3358 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To32Group()
3431 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To32Group()
3475 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); 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, extensions, testGroup, requiredFeatures); in addGraphics8BitStoragePushConstantInt8To16Group()
4194 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resource in addGraphics8BitStoragePushConstantInt8To16Group()
[all...]
H A DvktSpvAsm16bitStorageTests.cpp4704 PushConstants pcs; in addGraphics16BitStoragePushConstantFloat16To32Group() local
4737 pcs.setPushConstant(BufferSp(new Float16Buffer(float16Data))); in addGraphics16BitStoragePushConstantFloat16To32Group()
4844 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantFloat16To32Group()
4913 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantFloat16To32Group()
4997 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantFloat16To32Group()
5011 PushConstants pcs; in addGraphics16BitStoragePushConstantInt16To32Group() local
5053 pcs.setPushConstant(BufferSp(new Int16Buffer(inputs))); in addGraphics16BitStoragePushConstantInt16To32Group()
5158 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantInt16To32Group()
5201 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeatures); in addGraphics16BitStoragePushConstantInt16To32Group()
5274 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, pcs, resource in addGraphics16BitStoragePushConstantInt16To32Group()
7200 PushConstants pcs; addGraphics16BitStoragePushConstantFloat16To64Group() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc362 std::vector<Address> pcs; in DecodeIt() local
368 pcs.push_back(it->rinfo()->pc()); in DecodeIt()
398 for (size_t i = 0; i < pcs.size(); i++) { in DecodeIt()
408 RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], code_pointer, in DecodeIt()
423 if (pcs.empty() && !code.is_null() && !decoding_constant_pool) { in DecodeIt()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDefs.h29 # define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
H A DvkDefs.h29 # define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/mesa3d/include/vulkan/
H A Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
H A Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/vulkan-headers/include/vulkan/
H A Dvk_platform.h51 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
/third_party/skia/include/third_party/skcms/
H A Dskcms.h168 uint32_t pcs; member
256 // pcs
384 p->pcs = skcms_Signature_XYZ; in skcms_Init()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc3432 CPURegister pcs[kPrintfMaxArgCount] = {NoReg, NoReg, NoReg, NoReg}; in TruncateDoubleToI() local
3473 pcs[i] = pcs_varargs.PopLowestIndex().X(); in TruncateDoubleToI()
3476 if (args[i].Is32Bits()) pcs[i] = pcs[i].W(); in TruncateDoubleToI()
3483 pcs[i] = pcs_varargs.PopLowestIndex().X(); in TruncateDoubleToI()
3485 pcs[i] = pcs_varargs_fp.PopLowestIndex().D(); in TruncateDoubleToI()
3494 if (args[i].Aliases(pcs[i])) continue; in TruncateDoubleToI()
3519 if (pcs[i].SizeInBytes() != args[i].SizeInBytes()) { in TruncateDoubleToI()
3525 Fmov(pcs[i].Reg(), temp0); in TruncateDoubleToI()
3527 Fmov(pcs[ in TruncateDoubleToI()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A 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()
H A 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/
H A 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[4 in CurrentStackString() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2662 CPURegister pcs[kPrintfMaxArgCount]; in Emit() local
2693 pcs[i] = pcs_varargs.PopLowestIndex().X(); in Emit()
2696 if (args[i].Is32Bits()) pcs[i] = pcs[i].W(); in Emit()
2699 pcs[i] = pcs_varargs_fp.PopLowestIndex().D(); in Emit()
2707 if (args[i].Aliases(pcs[i])) continue; in Emit()
2730 VIXL_ASSERT(pcs[i].GetType() == args[i].GetType()); in Emit()
2731 if (pcs[i].IsRegister()) { in Emit()
2732 Mov(Register(pcs[i]), Register(args[i]), kDiscardForSameWReg); in Emit()
2734 VIXL_ASSERT(pcs[ in Emit()
[all...]
/third_party/skia/third_party/skcms/
H A Dskcms.cc347 uint8_t pcs [ 4];
1246 profile->pcs = read_big_u32(header->pcs);
1281 if (profile->pcs != skcms_Signature_XYZ && profile->pcs != skcms_Signature_Lab) {
1285 bool pcs_is_xyz = profile->pcs == skcms_Signature_XYZ;
1381 skcms_Signature_XYZ, // pcs
1476 skcms_Signature_XYZ, // pcs
2776 if (srcProfile->pcs == skcms_Signature_Lab) {
2802 if (dstProfile->pcs
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDefs.hpp29 # define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))

Completed in 56 milliseconds

12