Searched defs:tilesX (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustness1VertexAccessTests.cpp | 424 deUint32 GetVerticesCountForTriangles(deUint32 tilesX, deUint32 tilesY) in GetVerticesCountForTriangles() argument 430 void GenerateTriangles (deUint32 tilesX, deUint32 tilesY, vector<Vec4> colors, const vector<deUint32>& invalidIndices, AllocateVertexFn allocateVertex, WriteIndexFn writeIndex) in GenerateTriangles() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustness1VertexAccessTests.cpp | 427 deUint32 GetVerticesCountForTriangles(deUint32 tilesX, deUint32 tilesY) in GetVerticesCountForTriangles() argument 433 void GenerateTriangles (deUint32 tilesX, deUint32 tilesY, vector<Vec4> colors, const vector<deUint32>& invalidIndices, AllocateVertexFn allocateVertex, WriteIndexFn writeIndex) in GenerateTriangles() argument
|
/third_party/skia/src/gpu/v1/ |
H A D | Device_drawTexture.cpp | 106 int tilesX = (srcRect.fRight / tileSize) - (srcRect.fLeft / tileSize) + 1; in get_tile_count() local
|
Completed in 6 milliseconds