Home
last modified time | relevance | path

Searched defs:kImageDim (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/gm/
H A Dyuv420_odd_dim.cpp24 static constexpr SkISize kImageDim = {5, 5}; variable
55 DEF_SIMPLE_GM_CAN_FAIL(yuv420_odd_dim, canvas, errMsg, kScale* kImageDim.width(), kScale* kImageDim.height()) DEF_SIMPLE_GM_CAN_FAIL() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp71 constexpr deUint32 kImageDim = 256u; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp71 constexpr deUint32 kImageDim = 256u; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp62 constexpr deUint32 kImageDim = 32u; // So that kImageDim*kImageDim == kBufferElements. member
386 << " const uint id1d = gl_LaunchIDEXT.y * " << kImageDim << " + gl_LaunchIDEXT.x;\n" in initPrograms() local
394 << " const uint id1d = gl_GlobalInvocationID.y * " << kImageDim << " + gl_GlobalInvocationID.x;\n" in initPrograms() local
402 << " const uint id1d = uint(gl_FragCoord.y) * " << kImageDim << " + uint(gl_FragCoord.x);\n" in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp62 constexpr deUint32 kImageDim = 32u; // So that kImageDim*kImageDim == kBufferElements. member
386 << " const uint id1d = gl_LaunchIDEXT.y * " << kImageDim << " + gl_LaunchIDEXT.x;\n" in initPrograms() local
394 << " const uint id1d = gl_GlobalInvocationID.y * " << kImageDim << " + gl_GlobalInvocationID.x;\n" in initPrograms() local
402 << " const uint id1d = uint(gl_FragCoord.y) * " << kImageDim << " + uint(gl_FragCoord.x);\n" in initPrograms() local
[all...]

Completed in 7 milliseconds