Lines Matching refs:NegativeTestContext

183 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource)
303 std::string getShaderInitialization (NegativeTestContext& ctx, glu::ShaderType shaderType)
349 std::string genShaderSourceBitfieldExtract (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType valueDataType, glu::DataType offsetDataType, glu::DataType bitsDataType)
365 void bitfield_extract_invalid_value_type (NegativeTestContext& ctx)
386 void bitfield_extract_invalid_offset_type (NegativeTestContext& ctx)
416 void bitfield_extract_invalid_bits_type (NegativeTestContext& ctx)
446 std::string genShaderSourceBitfieldInsert (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType baseDataType, glu::DataType insertDataType, glu::DataType offsetDataType, glu::DataType bitsDataType)
463 void bitfield_insert_invalid_base_type (NegativeTestContext& ctx)
491 void bitfield_insert_invalid_insert_type (NegativeTestContext& ctx)
535 void bitfield_insert_invalid_offset_type (NegativeTestContext& ctx)
565 void bitfield_insert_invalid_bits_type (NegativeTestContext& ctx)
596 std::string genShaderSourceReverseCountFind (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType baseDataType)
626 void bitfield_reverse (NegativeTestContext& ctx)
645 void bit_count (NegativeTestContext& ctx)
664 void find_msb (NegativeTestContext& ctx)
683 void find_lsb (NegativeTestContext& ctx)
703 std::string genShaderSourceAddCarrySubBorrow (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType xDataType, glu::DataType yDataType, glu::DataType carryBorrowDataType)
736 void uadd_carry_invalid_x (NegativeTestContext& ctx)
772 void uadd_carry_invalid_y (NegativeTestContext& ctx)
809 void uadd_carry_invalid_carry (NegativeTestContext& ctx)
846 void usub_borrow_invalid_x (NegativeTestContext& ctx)
883 void usub_borrow_invalid_y (NegativeTestContext& ctx)
920 void usub_borrow_invalid_borrow (NegativeTestContext& ctx)
958 std::string genShaderSourceMulExtended (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType xDataType, glu::DataType yDataType, glu::DataType msbDataType, glu::DataType lsbDataType)
985 void umul_extended_invalid_x (NegativeTestContext& ctx)
1022 void umul_extended_invalid_y (NegativeTestContext& ctx)
1059 void umul_extended_invalid_msb (NegativeTestContext& ctx)
1096 void umul_extended_invalid_lsb (NegativeTestContext& ctx)
1133 void imul_extended_invalid_x (NegativeTestContext& ctx)
1170 void imul_extended_invalid_y (NegativeTestContext& ctx)
1207 void imul_extended_invalid_msb (NegativeTestContext& ctx)
1244 void imul_extended_invalid_lsb (NegativeTestContext& ctx)
1282 std::string genShaderSourceFrexpLdexp (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType xDataType, glu::DataType expDataType)
1313 void frexp_invalid_x (NegativeTestContext& ctx)
1341 void frexp_invalid_exp (NegativeTestContext& ctx)
1369 void ldexp_invalid_x (NegativeTestContext& ctx)
1397 void ldexp_invalid_exp (NegativeTestContext& ctx)
1426 std::string genShaderSourcePackUnpackNorm4x8 (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType dataType)
1470 void pack_unorm_4x8 (NegativeTestContext& ctx)
1507 void pack_snorm_4x8 (NegativeTestContext& ctx)
1543 void unpack_snorm_4x8 (NegativeTestContext& ctx)
1579 void unpack_unorm_4x8 (NegativeTestContext& ctx)
1616 std::string genShaderSourceTextureSize_sampler (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType lodDataType)
1672 static bool checkSupport(NegativeTestContext& ctx)
1679 void texture_size_invalid_sampler (NegativeTestContext& ctx)
1703 std::string genShaderSourceTextureSize_lod (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType lodDataType)
1719 void texture_size_invalid_lod (NegativeTestContext& ctx)
1750 std::string genShaderSourceTexture (NegativeTestContext& ctx, glu::ShaderType shaderType, FunctionTextureModes mode, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType thirdArgumentDataType)
1781 std::string genShaderSourceTexture (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType)
1786 std::string genShaderSourceTexture (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType thirdArgumentDataType)
1791 void texture_invalid_p (NegativeTestContext& ctx)
2307 void texture_invalid_bias_or_compare (NegativeTestContext& ctx)
2579 std::string genShaderSourceTextureLod (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType lodDataType)
2596 void texture_lod_invalid_p (NegativeTestContext& ctx)
2658 void texture_lod_invalid_lod (NegativeTestContext& ctx)
2721 std::string genShaderSourceTexelFetch (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType sampleDataType)
2759 std::string genShaderSourceTexelFetch (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType)
2764 void texel_fetch_invalid_p (NegativeTestContext& ctx)
2913 void texel_fetch_invalid_sample (NegativeTestContext& ctx)
3023 std::string genShaderSourceGeometry (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function)
3052 void emit_vertex (NegativeTestContext& ctx)
3071 void end_primitive (NegativeTestContext& ctx)
3091 std::string genShaderSourceTextureGrad (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType dpdxDataType, glu::DataType dpdyDataType)
3110 void texture_grad (NegativeTestContext& ctx)
3164 std::string genShaderSourceTextureGather (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType thirdArgument)
3187 std::string genShaderSourceTextureGather (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataType pDataType)
3192 void texture_gather_sampler_2d (NegativeTestContext& ctx)
3250 void texture_gather_sampler_2d_array (NegativeTestContext& ctx)
3308 void texture_gather_sampler_cube (NegativeTestContext& ctx)
3366 void texture_gather_sampler_2d_shadow (NegativeTestContext& ctx)
3396 void texture_gather_sampler_2d_array_shadow (NegativeTestContext& ctx)
3426 void texture_gather_sampler_cube_shadow (NegativeTestContext& ctx)
3456 void texture_gather_sampler_cube_array (NegativeTestContext& ctx)
3515 void texture_gather_sampler_cube_array_shadow (NegativeTestContext& ctx)
3551 std::string genShaderSourceTextureGatherOffset (NegativeTestContext& ctx, glu::ShaderType shaderType, FunctionTextureGatherOffsetModes mode, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType offsetDataType, glu::DataType fourthArgument)
3593 std::string genShaderSourceTextureGatherOffset (NegativeTestContext& ctx, glu::ShaderType shaderType, FunctionTextureGatherOffsetModes mode, glu::DataType samplerDataType, glu::DataType pDataType, glu::DataType offsetDataType)
3600 void texture_gather_offset_sampler_2d (NegativeTestContext& ctx)
3682 void texture_gather_offset_sampler_2d_array (NegativeTestContext& ctx)
3760 void texture_gather_offset_sampler_2d_shadow (NegativeTestContext& ctx)
3790 void texture_gather_offset_sampler_2d_array_shadow (NegativeTestContext& ctx)
3821 std::string genShaderSourceAtomicOperations (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType memDataType, glu::DataType dataDataType, glu::DataType compareDataType)
3857 std::string genShaderSourceAtomicOperations (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType memDataType, glu::DataType dataDataType)
3864 void atomic_add (NegativeTestContext& ctx)
3886 void atomic_min (NegativeTestContext& ctx)
3908 void atomic_max (NegativeTestContext& ctx)
3930 void atomic_and (NegativeTestContext& ctx)
3952 void atomic_or (NegativeTestContext& ctx)
3974 void atomic_xor (NegativeTestContext& ctx)
3996 void atomic_exchange (NegativeTestContext& ctx)
4018 void atomic_comp_swap (NegativeTestContext& ctx)
4045 std::string genShaderSourceInterpolateAt (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType interpolantDataType, glu::DataType secondArgumentDataType)
4086 std::string genShaderSourceInterpolateAt (NegativeTestContext& ctx, glu::ShaderType shaderType, ShaderFunction function, glu::DataType interpolantDataType)
4093 void interpolate_at_centroid (NegativeTestContext& ctx)
4135 void interpolate_at_sample (NegativeTestContext& ctx)
4195 void interpolate_at_offset (NegativeTestContext& ctx)
4257 std::string genShaderSourceTextureGatherOffsets (NegativeTestContext& ctx, glu::ShaderType shaderType, const TextureGatherOffsetsTestSpec& spec)
4297 void texture_gather_offsets (NegativeTestContext& ctx)
4357 std::string genShaderSourceFma (NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType aDataType, glu::DataType bDataType, glu::DataType cDataType)
4373 void fma (NegativeTestContext& ctx)