Lines Matching refs:data
329 //! Generate expected data for color, depth, and stencil samples of a given image.
503 //! Generate subpixel triangles containing the sample position, based on compare data.
693 //! Common data used by the test
709 Move<VkBuffer> compareBuffer; //!< Buffer used to verify the images - comparison data
730 std::vector<de::SharedPtr<PerSubpass> > perSubpass; //!< Test may use more than one set of data
766 << " CompareData data[];\n"
787 << " vec4 diff = abs(color - sb_cmp.data[globalIndex].color);\n"
803 << " float diff = abs(depth - sb_cmp.data[globalIndex].depth);\n"
820 << " uint diff = stencil - sb_cmp.data[globalIndex].stencil;\n"
1305 vki.getPhysicalDeviceFragmentShadingRatesKHR(physicalDevice, &supportedFragmentShadingRateCount, supportedFragmentShadingRates.data());
1361 // Create subpass data
1461 // Vertex shader - no vertex data