/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTests.cpp | 248 viewports.reserve(m_params.viewports.size()); in iterate() 250 scissors.resize(viewports.size(), makeRect2D(extent)); in iterate() 304 const auto numDraws = static_cast<uint32_t>(m_params.drawArgs.size()); in iterate() 334 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, outBuffer->get(), static_cast<uint32_t>(regions.size()), de::dataOrNull(regions)); in iterate() 1107 TCU_THROW(NotSupportedError, "Required point size outside point size range"); in checkSupport() 1387 " uint size;\n" in initPrograms() 1394 const std::string len = (m_taskNeeded ? "td.size" : de::toString(m_extent.width) ); in initPrograms() 1432 << " td.size = " << m_extent.width << ";\n" in initPrograms() 1494 << " uint size;\ in initPrograms() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 234 assert(Results.size() == Op->getNumValues() && in RecursivelyLegalizeResults() 237 for (unsigned i = 0, e = Results.size(); i != e; ++i) { in RecursivelyLegalizeResults() 659 // promoted vector type has the same overall size. 755 LoadBytes >>= 1; // Reduce the load size by half. in ExpandLoad() 1026 // What is the size of each element in the vector mask. in ExpandSELECT() 1086 "ANY_EXTEND_VECTOR_INREG vector size mismatch"); in ExpandANY_EXTEND_VECTOR_INREG() 1146 "ZERO_EXTEND_VECTOR_INREG vector size mismatch"); in ExpandZERO_EXTEND_VECTOR_INREG() 1187 EVT ByteVT = EVT::getVectorVT(*DAG.getContext(), MVT::i8, ShuffleMask.size()); in ExpandBSWAP() 1218 EVT ByteVT = EVT::getVectorVT(*DAG.getContext(), MVT::i8, BSWAPMask.size()); in ExpandBITREVERSE() 1277 // size fro in ExpandVSELECT() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 76 ("max-jump-table-size", cl::init(UINT_MAX), cl::Hidden, 77 cl::desc("Set maximum size of jump tables.")); 830 // First promote to a power-of-two size, then expand if necessary. in getTypeConversion() 954 // Divide the input until we get to a supported size. This will always in getVectorTypeBreakdownMVT() 1031 // indirect-mem-ref tag, size, #FI, offset. in emitPatchPoint() 1125 // Find the first legal register class with the largest spill size. in findRepresentativeClass() 1129 // We want the largest possible spill size. in findRepresentativeClass() 1317 "NumRegistersForVT size cannot represent NumRegisters!"); in computeRegisterProperties() 1409 // Divide the input until we get to a supported size. This will always in getVectorTypeBreakdown() 1445 // FIXME: This function check the maximum table size an in isSuitableForJumpTable() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 84 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize() 169 unsigned EntitiesCount = C.pImpl->DIImportedEntitys.size(); in createImportedModule() 172 if (EntitiesCount < C.pImpl->DIImportedEntitys.size()) in createImportedModule() 615 for (unsigned i = 0, e = Elements.size(); i != e; ++i) { in getOrCreateTypeArray()
|
H A D | DebugInfo.cpp | 913 *Len = Dir.size(); in LLVMDIFileGetDirectory() 919 *Len = Name.size(); in LLVMDIFileGetFilename() 925 *Len = Src->size(); in LLVMDIFileGetSource() 1229 *Length = Str.size(); in LLVMDITypeGetName()
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 1199 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data); 1200 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data); 1203 EGLAPI EGLBoolean EGLAPIENTRY eglSetStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data); 1204 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL1.cpp | 425 GLsizei size, in ValidateFeedbackBuffer() 1229 GLsizei size, in ValidateSelectBuffer() 2288 GLint size, in ValidateSecondaryColorPointer() 2399 GLsizeiptr size, in ValidateGetBufferSubData() 423 ValidateFeedbackBuffer(const Context *, angle::EntryPoint entryPoint, GLsizei size, GLenum type, const GLfloat *buffer) ValidateFeedbackBuffer() argument 1227 ValidateSelectBuffer(const Context *, angle::EntryPoint entryPoint, GLsizei size, const GLuint *buffer) ValidateSelectBuffer() argument 2286 ValidateSecondaryColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateSecondaryColorPointer() argument 2395 ValidateGetBufferSubData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLintptr offset, GLsizeiptr size, const void *data) ValidateGetBufferSubData() argument
|
H A D | validationGL1_autogen.h | 204 GLsizei size, 607 GLsizei size, 1128 GLint size, 1179 GLsizeiptr size,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 548 void *operator new(std::size_t size); 775 static_assert(sizeof(PackedDescriptorSetBinding) == 16, "Unexpected size"); 789 uint32_t size; 811 void updatePushConstantRange(gl::ShaderType shaderType, uint32_t offset, uint32_t size); 822 "Unexpected size"); 825 "Unexpected size"); 877 static_assert(sizeof(YcbcrConversionDesc) == 16, "Unexpected YcbcrConversionDesc size"); 945 static_assert(sizeof(SamplerDesc) == 56, "Unexpected SamplerDesc size"); 1194 // After a preliminary minimum size, use heap memory. 1242 ASSERT(kFramebufferDescColorIndexOffset + index < mSerials.size()); [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wgl.h | 407 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, int property, GLenum dataType, UINT size, void *data); 417 INT WINAPI wglGetGPUInfoAMD (UINT id, int property, GLenum dataType, UINT size, void *data); 855 typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority); 858 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
|
/third_party/optimized-routines/math/test/rtest/ |
H A D | dotest.c | 295 * In the worst case of range reduction, we get an input of size in test_rred() 432 int is_snan(const uint32 *in, int size) in is_snan() argument 434 return size == 2 ? is_dsnan(in) : is_ssnan(in); in is_snan() 448 int size = wrapper_get_size(ctx, op); in universal_wrapper() local 451 is_snan(wrapper_get_ieee(ctx, op), size)) { in universal_wrapper()
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 480 (cd $srcdir; $valgrind $vjs $pcre2grep --buffer-size=10 --max-buffer-size=100 "^a" ./testdata/grepinput3) >>testtrygrep 2>&1 760 (cd $srcdir; $valgrind $vjs $pcre2grep --buffer-size=10 -A1 'brown' testdata/grepinputv) >>testtrygrep 819 $valgrind $vjs $pcre2grep --buffer-size=0 >>testtrygrep 2>&1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 175 /// Account for a jump table of given size. Return false to stop further 179 /// Account for a case cluster of given size. Return false to stop further 292 /// Return true if size growth is allowed when inlining the callee at \p Call. 473 // If suitable for a jump table, consider the cost for the table size and 544 // size, we penalise any call sites that perform loops. We do this after all 731 // Accumulate the allocated size. in visitAlloca() 1136 // If no size growth is allowed for this inlining, set Threshold to 0. in updateThreshold() 1162 // guaranteed to reduce code size. in updateThreshold() 1215 // LastCallToStatic bonus. While this bonus might result in code size in updateThreshold() 1216 // reduction, it can cause the size o in updateThreshold() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 291 for (unsigned i = 0; i < WorkQ.size(); ++i) { in partitionRegisters() 492 if (BadLB || Cond.size() != 2) in collectIndRegsForLoop() 579 for (unsigned i = 0; i < WorkQ.size(); ++i) { in collectIndRegs() 585 for (unsigned i = 0, n = WorkQ.size(); i < n; ++i) { in collectIndRegs() 693 auto *Tmp1 = MF.getMachineMemOperand(Ptr, F, 4/*size*/, A); in splitMemRef() 695 auto *Tmp2 = MF.getMachineMemOperand(Ptr, F, 4/*size*/, std::min(A, 4)); in splitMemRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 692 Op->SysReg.Length = Str.size(); in createSysReg() 828 for (unsigned i = 0, e = MissingFeatures.size(); i != e; ++i) { in MatchAndEmitInstruction() 846 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 862 if (ErrorInfo != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 646 /// True if the multiply can not be expressed in an int this size. 892 return Actions.size(); in visitUDivOperand() 899 return Actions.size(); in visitUDivOperand() 911 return Actions.size(); in visitUDivOperand() 1017 for (unsigned i = 0, e = UDivActions.size(); i != e; ++i) { in visitUDiv()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph_test.cc | 223 return out << "global var array size value"; in operator <<() 239 return out << "global let array size value"; in operator <<() 257 return out << "local var array size value"; in operator <<() 277 return out << "workgroup size value"; in operator <<() 1087 ASSERT_EQ(AST().GlobalDeclarations().size(), 2u); in TEST_P() 1107 ASSERT_EQ(AST().GlobalDeclarations().size(), 2u); in TEST_P() 1202 auto* inner_var = helper.nested_statements.size() in TEST_P() 1206 : helper.statements.size() in TEST_P()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uts46.cpp | 10 * tab size: 8 (not used) 1344 if(pInfo==NULL || pInfo->size<16) { in checkArgs() 1355 // Set all *pInfo bytes to 0 except for the size field itself. in checkArgs() 1356 uprv_memset(&pInfo->size+1, 0, pInfo->size-sizeof(pInfo->size)); in checkArgs()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-const-t32.cc | 96 size_t size; member 2419 if (((result_size != reference[i].size) || in TestHelper() 2420 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper() 2427 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc | 90 size_t size; member 1063 if (((result_size != reference[i].size) || in TestHelper() 1064 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper() 1071 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 98 size_t size; member 860 if (((result_size != reference[i].size) || in TestHelper() 861 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper() 868 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc | 90 size_t size; member 669 if (((result_size != reference[i].size) || in TestHelper() 670 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper() 677 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 98 size_t size; member 888 if (((result_size != reference[i].size) || in TestHelper() 889 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper() 896 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-const-a32.cc | 109 size_t size; member 2706 if (((result_size != reference[i].size) || in TestHelper() 2707 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper() 2714 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-const-t32.cc | 109 size_t size; member 2706 if (((result_size != reference[i].size) || in TestHelper() 2707 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper() 2714 for (uint32_t j = 0; j < reference[i].size; j++) { in TestHelper()
|