Searched refs:sizeX (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) in DataGen() argument 391 data.resize(sizeX * sizeY, 0); in DataGen() 393 T stepX = range / sizeX; in DataGen() 400 for (unsigned int j = 0; j < sizeX; ++j) in DataGen() 402 data[j + i * sizeX] = valueMin + j * stepX + valueY; in DataGen() 711 float sizeX = 1.0f / static_cast<float>(drawSizeX); in TrianglesAdjacencyGen() local 719 float offsetX = -0.5f + jigX + sizeX * static_cast<float>(j); in TrianglesAdjacencyGen() 722 output.push_back(tcu::Vec4(offsetX - sizeX, offsetY + sizeY, 0.0f, 1.0f)); in TrianglesAdjacencyGen() 724 output.push_back(tcu::Vec4(offsetX + sizeX, offsetY + sizeY, 0.0f, 1.0f)); in TrianglesAdjacencyGen() 725 output.push_back(tcu::Vec4(offsetX + sizeX, offsetY, 0.0f, 1.0f)); in TrianglesAdjacencyGen() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | asfdec_f.c | 307 int type_specific_size, sizeX; in asf_read_stream_properties() local 412 sizeX = avio_rl32(pb); /* size */ in asf_read_stream_properties() 420 if (sizeX > 40) { in asf_read_stream_properties() 421 if (size < sizeX - 40 || sizeX - 40 > INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE) in asf_read_stream_properties() 423 st->codecpar->extradata_size = ffio_limit(pb, sizeX - 40); in asf_read_stream_properties()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 1031 const UINT sizeX = 256; in InitD3D() local 1036 imageBytesPerRow = sizeX * bytesPerPixel; in InitD3D() 1044 for(UINT x = 0; x < sizeX; ++x) in InitD3D() 1061 textureDesc.Width = sizeX; in InitD3D()
|
D | D3D12MemAlloc.cpp | 702 UINT sizeX = (UINT)resourceDesc.Width; in CanUseSmallAlignment() local 710 sizeX = DivideRoudingUp(sizeX / 4, 1u); in CanUseSmallAlignment() 726 const UINT tileCount = DivideRoudingUp(sizeX, tileSizeX) * DivideRoudingUp(sizeY, tileSizeY); in CanUseSmallAlignment()
|
/third_party/skia/site/docs/user/modules/ |
D | canvaskit.md | 500 const sizeX = document.getElementById('camera3d').width; 511 const vSphereCenter = [sizeX/2, sizeY/2];
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1enc.c | 483 double sizeX = COST2(i, i2) + COST2(i2, i); in sort_stt() local 484 if (size0 - sizeX > size0*(1e-14) && i != 128 && i2 != 128) { in sort_stt()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 7908 @item sizeX 7915 Set vertical radius size, if zero it will be same as @code{sizeX}. 25106 @item sizeX 25114 …. Range is @code{[1, 1024]} and default value is @code{0}. If zero, @code{sizeX} value will be use…
|