Lines Matching defs:value
76 inline vk::VkBool32 makeVkBool32(bool value)
78 return (value ? VK_TRUE : VK_FALSE);
1260 // Helper constructor to set a static value and no dynamic value.
1261 StaticAndDynamicPair (const T& value)
1262 : staticValue (value)
1274 // If the dynamic value is present, swap static and dynamic values.
1735 // Similar to makeVertexGeneratorConfig, choosing the final value.
1843 deUint32 referenceStencil; // Reference stencil value.
1903 // Optional maximum value for primitiveOverestimationSize so the test works properly.
2908 // has a static and a dynamic value configured at the same time, the static value is wrong and the dynamic value will give
2913 // dynamic values and to know if we should do it for a given test case. However, we need to know were the good value is at any
5507 // Dynamic state. Here we will set all states which have a dynamic value.
5715 // The viewport and scissor counts must be zero when a dynamic value will be provided, as per the spec.
5986 // In these two sequence orderings, the right dynamic state value will have been set before and we would be
5987 // setting it to a wrong value here, resulting in test failures. We keep the right value instead.
6265 return tcu::TestStatus::fail("Incorrect value found in attachments; please check logged images");
6275 DE_ASSERT(!m_testConfig.depthWriteEnableConfig.dynamicValue); // No dynamic value for depth writes.
6333 log << tcu::TestLog::Message << "Fragment counter minimum value: " << minValue << tcu::TestLog::EndMessage;
6381 msg << "Fragment shader invocation count does not match expected value: found " << fragCounter << " and expected " << expectedValue;
6721 // The dynamic value picks the new color.
6737 // Note we don't set a dynamic value for alpha to coverage.
6793 // This static value picks the old color instead of the new one.
6801 // The dynamic value picks the new color.
6817 // Note we don't set a dynamic value for alpha to coverage.
6889 // This static value picks the new color.
6897 // The dynamic value picks the old color instead of the new one.
6982 // The dynamic value picks the new color.
7426 // Enable writes and expect the mesh value.
7443 // But disable writing dynamically and expect the clear value.
7511 config.expectedDepth = 0.5f; // Geometry will be clamped to this value.
7560 // [Zmin,Zmax] from the viewport, then the value of Zf is undefined during the depth test.
7703 // Special rasterization samples case: make sure rasterization samples is taken from the dynamic value, but provide a larger mask.
7718 // Dynamically set the rasterization samples to a low value while disabling bits corresponding to the dynamic sample count
7724 // Dynamically set the rasterization samples to a low value while enabling bits corresponding to the dynamic sample count
7773 OptRastStream staticVal; // Static value for the extension struct.
7774 OptRastStream dynamicVal; // Dynamic value for the setter.
7775 const bool expectDraw; // Match between actual stream and active selected value?
7791 // In TWO_DRAWS_STATIC sequence ordering, the bad dynamic value may be tcu::Nothing, which is equivalent to not
7792 // calling the state-setting function, but the pipeline will be used to draw. This is illegal. The dynamic value
7830 // In TWO_DRAWS_STATIC sequence ordering, the bad dynamic value may be tcu::Nothing, which is equivalent to not
7831 // calling the state-setting function, but the pipeline will be used to draw. This is illegal. The dynamic value
7864 // In TWO_DRAWS_STATIC sequence ordering, the bad dynamic value may be tcu::Nothing, which is equivalent to not
7865 // calling the state-setting function, but the pipeline will be used to draw. This is illegal. The dynamic value
7904 // In TWO_DRAWS_STATIC sequence ordering, the bad dynamic value may be tcu::Nothing, which is equivalent to not
7905 // calling the state-setting function, but the pipeline will be used to draw. This is illegal. The dynamic value
7969 config.meshParams[0].color = tcu::Vec4(48.0f, 0.0f, 0.0f, 1.0f); // Distinct value, does not match any coverage mask.
8001 config.meshParams[0].color = tcu::Vec4(48.0f, 0.0f, 0.0f, 1.0f); // Distinct value, does not match any coverage mask.
8323 // Dynamically set the extra overestimation size to a large value
8353 // Enable dynamic depth bias and expect the depth value to be clamped to 0.75f based on depthBiasConstantFactor and depthBiasClamp
8389 // Disable dynamic depth bias and expect the depth value to remain at 0.5f based on written value
8437 // With this, the value of R should be 2^(-N), with N being the number of mantissa bits plus one (2^(-24) for D32_SFLOAT).
8438 // To reach our target bias, the constant factor must be calculated based on it and the value of R.
8440 // If the VkDepthBiasRepresentationInfoEXT is not taken into account, the value of R would be 2^(E-N), such that:
8443 // R would be wrongly calculated as 2^(-26) (1/4th of the intended value).
8707 u8vec clearValues; // One test per clear value interesting for this operation.
8725 // Try clearing the stencil value with different values.
8728 // Use interesting values as the reference stencil value.