• Home
  • Raw
  • Download

Lines Matching refs:shaderNdx

370 	for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx)  in bitfield_extract_invalid_value_type()  local
372 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_extract_invalid_value_type()
374 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_value_type()
377 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_floatTy… in bitfield_extract_invalid_value_type()
378 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_extract_invalid_value_type()
391 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_extract_invalid_offset_type() local
393 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_extract_invalid_offset_type()
395 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_offset_type()
401 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_intType… in bitfield_extract_invalid_offset_type()
402 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_extract_invalid_offset_type()
405 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_uintTyp… in bitfield_extract_invalid_offset_type()
406 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_extract_invalid_offset_type()
421 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_extract_invalid_bits_type() local
423 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_extract_invalid_bits_type()
425 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_bits_type()
431 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_intType… in bitfield_extract_invalid_bits_type()
432 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_extract_invalid_bits_type()
435 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_uintTyp… in bitfield_extract_invalid_bits_type()
436 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_extract_invalid_bits_type()
469 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_insert_invalid_base_type() local
471 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_insert_invalid_base_type()
473 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_insert_invalid_base_type()
477 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_floatTyp… in bitfield_insert_invalid_base_type()
478 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_base_type()
481 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_floatTyp… in bitfield_insert_invalid_base_type()
482 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_base_type()
497 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_insert_invalid_insert_type() local
499 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_insert_invalid_insert_type()
501 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_insert_invalid_insert_type()
505 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_intTypes… in bitfield_insert_invalid_insert_type()
506 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_insert_type()
509 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_uintType… in bitfield_insert_invalid_insert_type()
510 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_insert_type()
519 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_intTypes… in bitfield_insert_invalid_insert_type()
520 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_insert_type()
523 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_uintType… in bitfield_insert_invalid_insert_type()
524 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_insert_type()
540 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_insert_invalid_offset_type() local
542 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_insert_invalid_offset_type()
544 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_insert_invalid_offset_type()
550 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_intTypes… in bitfield_insert_invalid_offset_type()
551 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_offset_type()
554 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_uintType… in bitfield_insert_invalid_offset_type()
555 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_offset_type()
570 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_insert_invalid_bits_type() local
572 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_insert_invalid_bits_type()
574 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_insert_invalid_bits_type()
580 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_intTypes… in bitfield_insert_invalid_bits_type()
581 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_bits_type()
584 …const std::string shaderSource(genShaderSourceBitfieldInsert(ctx, s_shaders[shaderNdx], s_uintType… in bitfield_insert_invalid_bits_type()
585 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_insert_invalid_bits_type()
629 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_reverse() local
631 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_reverse()
633 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_reverse()
636 …const std::string shaderSource(genShaderSourceReverseCountFind(ctx, s_shaders[shaderNdx], SHADER_F… in bitfield_reverse()
637 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_reverse()
648 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bit_count() local
650 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bit_count()
652 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bit_count()
655 …const std::string shaderSource(genShaderSourceReverseCountFind(ctx, s_shaders[shaderNdx], SHADER_F… in bit_count()
656 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bit_count()
667 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in find_msb() local
669 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in find_msb()
671 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in find_msb()
674 …const std::string shaderSource(genShaderSourceReverseCountFind(ctx, s_shaders[shaderNdx], SHADER_F… in find_msb()
675 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in find_msb()
686 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in find_lsb() local
688 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in find_lsb()
690 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in find_lsb()
693 …const std::string shaderSource(genShaderSourceReverseCountFind(ctx, s_shaders[shaderNdx], SHADER_F… in find_lsb()
694 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in find_lsb()
742 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in uadd_carry_invalid_x() local
744 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in uadd_carry_invalid_x()
746 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in uadd_carry_invalid_x()
750 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_x()
751 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_x()
754 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_x()
755 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_x()
762 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_x()
763 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_x()
778 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in uadd_carry_invalid_y() local
780 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in uadd_carry_invalid_y()
782 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in uadd_carry_invalid_y()
786 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_y()
787 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_y()
790 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_y()
791 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_y()
799 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_y()
800 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_y()
815 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in uadd_carry_invalid_carry() local
817 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in uadd_carry_invalid_carry()
819 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in uadd_carry_invalid_carry()
823 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_carry()
824 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_carry()
827 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_carry()
828 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_carry()
836 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in uadd_carry_invalid_carry()
837 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in uadd_carry_invalid_carry()
852 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in usub_borrow_invalid_x() local
854 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in usub_borrow_invalid_x()
856 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in usub_borrow_invalid_x()
860 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_x()
861 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_x()
864 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_x()
865 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_x()
873 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_x()
874 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_x()
889 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in usub_borrow_invalid_y() local
891 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in usub_borrow_invalid_y()
893 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in usub_borrow_invalid_y()
897 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_y()
898 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_y()
901 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_y()
902 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_y()
910 …const std::string shaderSource = genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADE… in usub_borrow_invalid_y()
911 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_y()
926 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in usub_borrow_invalid_borrow() local
928 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in usub_borrow_invalid_borrow()
930 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in usub_borrow_invalid_borrow()
934 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_borrow()
935 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_borrow()
938 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_borrow()
939 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_borrow()
947 …const std::string shaderSource(genShaderSourceAddCarrySubBorrow(ctx, s_shaders[shaderNdx], SHADER_… in usub_borrow_invalid_borrow()
948 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in usub_borrow_invalid_borrow()
991 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in umul_extended_invalid_x() local
993 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in umul_extended_invalid_x()
995 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in umul_extended_invalid_x()
999 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_x()
1000 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_x()
1003 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_x()
1004 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_x()
1012 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_x()
1013 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_x()
1028 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in umul_extended_invalid_y() local
1030 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in umul_extended_invalid_y()
1032 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in umul_extended_invalid_y()
1036 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_y()
1037 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_y()
1040 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_y()
1041 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_y()
1049 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_y()
1050 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_y()
1065 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in umul_extended_invalid_msb() local
1067 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in umul_extended_invalid_msb()
1069 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in umul_extended_invalid_msb()
1073 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_msb()
1074 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_msb()
1077 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_msb()
1078 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_msb()
1086 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_msb()
1087 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_msb()
1102 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in umul_extended_invalid_lsb() local
1104 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in umul_extended_invalid_lsb()
1106 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in umul_extended_invalid_lsb()
1110 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_lsb()
1111 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_lsb()
1114 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_lsb()
1115 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_lsb()
1123 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in umul_extended_invalid_lsb()
1124 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in umul_extended_invalid_lsb()
1139 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in imul_extended_invalid_x() local
1141 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in imul_extended_invalid_x()
1143 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in imul_extended_invalid_x()
1147 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_x()
1148 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_x()
1151 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_x()
1152 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_x()
1160 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_x()
1161 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_x()
1176 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in imul_extended_invalid_y() local
1178 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in imul_extended_invalid_y()
1180 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in imul_extended_invalid_y()
1184 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_y()
1185 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_y()
1188 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_y()
1189 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_y()
1197 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_y()
1198 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_y()
1213 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in imul_extended_invalid_msb() local
1215 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in imul_extended_invalid_msb()
1217 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in imul_extended_invalid_msb()
1221 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_msb()
1222 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_msb()
1225 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_msb()
1226 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_msb()
1234 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_msb()
1235 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_msb()
1250 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in imul_extended_invalid_lsb() local
1252 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in imul_extended_invalid_lsb()
1254 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in imul_extended_invalid_lsb()
1258 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_lsb()
1259 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_lsb()
1262 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_lsb()
1263 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_lsb()
1271 …const std::string shaderSource(genShaderSourceMulExtended(ctx, s_shaders[shaderNdx], SHADER_FUNCTI… in imul_extended_invalid_lsb()
1272 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in imul_extended_invalid_lsb()
1319 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in frexp_invalid_x() local
1321 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in frexp_invalid_x()
1323 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in frexp_invalid_x()
1327 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in frexp_invalid_x()
1328 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in frexp_invalid_x()
1331 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in frexp_invalid_x()
1332 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in frexp_invalid_x()
1347 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in frexp_invalid_exp() local
1349 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in frexp_invalid_exp()
1351 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in frexp_invalid_exp()
1355 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in frexp_invalid_exp()
1356 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in frexp_invalid_exp()
1359 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in frexp_invalid_exp()
1360 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in frexp_invalid_exp()
1375 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in ldexp_invalid_x() local
1377 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in ldexp_invalid_x()
1379 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in ldexp_invalid_x()
1383 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in ldexp_invalid_x()
1384 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in ldexp_invalid_x()
1387 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in ldexp_invalid_x()
1388 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in ldexp_invalid_x()
1403 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in ldexp_invalid_exp() local
1405 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in ldexp_invalid_exp()
1407 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in ldexp_invalid_exp()
1411 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in ldexp_invalid_exp()
1412 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in ldexp_invalid_exp()
1415 …const std::string shaderSource(genShaderSourceFrexpLdexp(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in ldexp_invalid_exp()
1416 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in ldexp_invalid_exp()
1476 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in pack_unorm_4x8() local
1478 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in pack_unorm_4x8()
1480 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in pack_unorm_4x8()
1486 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in pack_unorm_4x8()
1487 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in pack_unorm_4x8()
1493 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in pack_unorm_4x8()
1494 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in pack_unorm_4x8()
1497 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in pack_unorm_4x8()
1498 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in pack_unorm_4x8()
1513 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in pack_snorm_4x8() local
1515 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in pack_snorm_4x8()
1517 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in pack_snorm_4x8()
1523 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in pack_snorm_4x8()
1524 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in pack_snorm_4x8()
1529 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in pack_snorm_4x8()
1530 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in pack_snorm_4x8()
1533 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in pack_snorm_4x8()
1534 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in pack_snorm_4x8()
1549 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in unpack_snorm_4x8() local
1551 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in unpack_snorm_4x8()
1553 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in unpack_snorm_4x8()
1559 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in unpack_snorm_4x8()
1560 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in unpack_snorm_4x8()
1565 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in unpack_snorm_4x8()
1566 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in unpack_snorm_4x8()
1569 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in unpack_snorm_4x8()
1570 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in unpack_snorm_4x8()
1585 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in unpack_unorm_4x8() local
1587 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in unpack_unorm_4x8()
1589 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in unpack_unorm_4x8()
1595 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in unpack_unorm_4x8()
1596 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in unpack_unorm_4x8()
1601 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in unpack_unorm_4x8()
1602 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in unpack_unorm_4x8()
1605 …const std::string shaderSource(genShaderSourcePackUnpackNorm4x8(ctx, s_shaders[shaderNdx], SHADER_… in unpack_unorm_4x8()
1606 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in unpack_unorm_4x8()
1675 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_size_invalid_sampler() local
1677 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_size_invalid_sampler()
1679 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_size_invalid_sampler()
1685 …const std::string shaderSource(genShaderSourceTextureSize_sampler(ctx, s_shaders[shaderNdx], s_sam… in texture_size_invalid_sampler()
1686 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_size_invalid_sampler()
1715 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_size_invalid_lod() local
1717 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_size_invalid_lod()
1719 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_size_invalid_lod()
1730 …const std::string shaderSource(genShaderSourceTextureSize_lod(ctx, s_shaders[shaderNdx], s_sampler… in texture_size_invalid_lod()
1731 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_size_invalid_lod()
1790 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_invalid_p() local
1792 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_invalid_p()
1794 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_invalid_p()
1801 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1802 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1805 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1806 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1809 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1810 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1813 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1814 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1817 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1818 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1821 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1822 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1826 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1827 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1830 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1831 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1834 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1835 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1838 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1839 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1842 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1843 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1846 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1847 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1850 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1851 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1854 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1855 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1858 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1859 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1862 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1863 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1866 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1867 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1870 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1871 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1878 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1879 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1882 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1883 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1886 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1887 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1890 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1891 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1894 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1895 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1898 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1899 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1903 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1904 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1907 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1908 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1911 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1912 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1915 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1916 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1919 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1920 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1923 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1924 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1927 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1928 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1931 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1932 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1935 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1936 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1939 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1940 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1943 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1944 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1947 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1948 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1955 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1956 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1959 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1960 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1963 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1964 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1967 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1968 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1971 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1972 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1975 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1976 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1981 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1982 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1985 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
1986 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1989 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1990 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1993 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
1994 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
1997 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
1998 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2001 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2002 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2007 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2008 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2011 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2012 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2015 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2016 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2019 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2020 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2023 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2024 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2027 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2028 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2036 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2037 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2040 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2041 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2044 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2045 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2048 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2049 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2052 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2053 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2056 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2057 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2061 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2062 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2065 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2066 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2069 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2070 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2073 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2074 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2077 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2078 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2081 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2082 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2085 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2086 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2089 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2090 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2093 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2094 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2097 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2098 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2101 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2102 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2105 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2106 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2113 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2114 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2117 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2118 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2122 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2123 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2126 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2127 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2130 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2131 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2134 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2135 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2142 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2143 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2146 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2147 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2151 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2152 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2155 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2156 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2159 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2160 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2163 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2164 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2171 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2172 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2175 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2176 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2180 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2181 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2184 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2185 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2188 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2189 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2192 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2193 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2202 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2203 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2206 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2207 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2210 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2211 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2214 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2215 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2218 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2219 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2222 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2223 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2227 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2228 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2231 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2232 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2235 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2236 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2239 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2240 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2243 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2244 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2247 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2248 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2251 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2252 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2255 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_p()
2256 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2259 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2260 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2263 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_p()
2264 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2267 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2268 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2271 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_p()
2272 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2281 …std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER_CUBE_… in texture_invalid_p()
2282 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2285 …std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER_CUBE_… in texture_invalid_p()
2286 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2289 …std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER_CUBE_… in texture_invalid_p()
2290 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_p()
2306 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_invalid_bias_or_compare() local
2308 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_invalid_bias_or_compare()
2310 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_invalid_bias_or_compare()
2317 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2318 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2321 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2322 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2325 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2326 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2330 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2331 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2334 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2335 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2338 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2339 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2342 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2343 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2346 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2347 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2350 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2351 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2358 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2359 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2362 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2363 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2366 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2367 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2371 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2372 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2375 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2376 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2379 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2380 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2383 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2384 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2387 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2388 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2391 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2392 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2398 …std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER_CUBE,… in texture_invalid_bias_or_compare()
2399 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2400 …shaderSource = genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAMPLER_CUBE, glu::… in texture_invalid_bias_or_compare()
2401 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2402 …shaderSource = genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SAMPLER_CUBE, glu:… in texture_invalid_bias_or_compare()
2403 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2406 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2407 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2410 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2411 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2414 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2415 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2418 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2419 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2422 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2423 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2426 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2427 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2434 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2435 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2438 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2439 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2442 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2443 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2447 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2448 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2451 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2452 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2455 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2456 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2459 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2460 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2463 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2464 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2467 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2468 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2474 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2475 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2478 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2479 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2482 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2483 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2489 …std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER_CUBE_… in texture_invalid_bias_or_compare()
2490 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2493 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2494 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2497 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2498 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2507 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2508 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2511 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2512 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2515 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2516 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2520 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2521 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2524 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2525 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2528 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2529 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2532 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_INT_SAM… in texture_invalid_bias_or_compare()
2533 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2536 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2537 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2540 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_UINT_SA… in texture_invalid_bias_or_compare()
2541 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2551 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2552 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2556 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2557 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2560 …const std::string shaderSource(genShaderSourceTexture(ctx, s_shaders[shaderNdx], glu::TYPE_SAMPLER… in texture_invalid_bias_or_compare()
2561 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_invalid_bias_or_compare()
2597 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_lod_invalid_p() local
2599 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_lod_invalid_p()
2601 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_lod_invalid_p()
2607 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texture_lod_invalid_p()
2608 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2611 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texture_lod_invalid_p()
2612 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2615 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texture_lod_invalid_p()
2616 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2620 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texture_lod_invalid_p()
2621 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2624 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texture_lod_invalid_p()
2625 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2628 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texture_lod_invalid_p()
2629 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2632 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texture_lod_invalid_p()
2633 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2636 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texture_lod_invalid_p()
2637 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2640 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texture_lod_invalid_p()
2641 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_p()
2659 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_lod_invalid_lod() local
2661 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_lod_invalid_lod()
2663 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_lod_invalid_lod()
2669 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texture_lod_invalid_lod()
2670 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2673 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texture_lod_invalid_lod()
2674 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2677 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texture_lod_invalid_lod()
2678 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2682 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texture_lod_invalid_lod()
2683 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2686 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texture_lod_invalid_lod()
2687 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2690 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texture_lod_invalid_lod()
2691 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2694 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texture_lod_invalid_lod()
2695 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2698 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texture_lod_invalid_lod()
2699 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2702 …const std::string shaderSource(genShaderSourceTextureLod(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texture_lod_invalid_lod()
2703 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_lod_invalid_lod()
2765 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texel_fetch_invalid_p() local
2767 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texel_fetch_invalid_p()
2769 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texel_fetch_invalid_p()
2774 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2775 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2778 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2779 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2782 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2783 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2789 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2790 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2793 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2794 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2797 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2798 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2802 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2803 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2806 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2807 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2810 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2811 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2816 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2817 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2820 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2821 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2824 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2825 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2831 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2832 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2835 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2836 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2839 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2840 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2845 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2846 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2849 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2850 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2853 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2854 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2859 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2860 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2863 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2864 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2867 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2868 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2874 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2875 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2878 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2879 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2882 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2883 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2887 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_p()
2888 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2891 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_p()
2892 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2895 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_p()
2896 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_p()
2914 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texel_fetch_invalid_sample() local
2916 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texel_fetch_invalid_sample()
2918 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texel_fetch_invalid_sample()
2923 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_sample()
2924 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2927 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_sample()
2928 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2931 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_sample()
2932 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2937 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_sample()
2938 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2941 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_sample()
2942 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2945 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_sample()
2946 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2953 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_sample()
2954 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2957 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_sample()
2958 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2961 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_sample()
2962 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2967 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_sample()
2968 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2971 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_sample()
2972 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2975 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_sample()
2976 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2982 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_sample()
2983 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2986 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_sample()
2987 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2990 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_sample()
2991 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
2996 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_SAMP… in texel_fetch_invalid_sample()
2997 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
3000 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_INT_… in texel_fetch_invalid_sample()
3001 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
3004 …const std::string shaderSource(genShaderSourceTexelFetch(ctx, s_shaders[shaderNdx], glu::TYPE_UINT… in texel_fetch_invalid_sample()
3005 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texel_fetch_invalid_sample()
3048 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in emit_vertex() local
3050 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in emit_vertex()
3052 if (s_shaders[shaderNdx] == glu::SHADERTYPE_GEOMETRY) in emit_vertex()
3055 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in emit_vertex()
3056 …const std::string shaderSource = genShaderSourceGeometry(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in emit_vertex()
3057 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in emit_vertex()
3067 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in end_primitive() local
3069 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in end_primitive()
3071 if (s_shaders[shaderNdx] == glu::SHADERTYPE_GEOMETRY) in end_primitive()
3074 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in end_primitive()
3075 …const std::string shaderSource = genShaderSourceGeometry(ctx, s_shaders[shaderNdx], SHADER_FUNCTIO… in end_primitive()
3076 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in end_primitive()
3108 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_grad() local
3110 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_grad()
3112 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_grad()
3114 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_SAM… in texture_grad()
3115 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3118 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_SAM… in texture_grad()
3119 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3122 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_SAM… in texture_grad()
3123 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3126 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_INT… in texture_grad()
3127 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3130 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_INT… in texture_grad()
3131 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3134 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_INT… in texture_grad()
3135 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3138 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_UIN… in texture_grad()
3139 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3142 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_UIN… in texture_grad()
3143 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3146 …const std::string shaderSource(genShaderSourceTextureGrad(ctx, s_shaders[shaderNdx], glu::TYPE_UIN… in texture_grad()
3147 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_grad()
3187 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_2d() local
3189 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_2d()
3191 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_2d()
3193 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d()
3194 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3197 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d()
3198 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3201 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d()
3202 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3205 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_2d()
3206 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3209 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_2d()
3210 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3213 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_2d()
3214 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3217 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d()
3218 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3221 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d()
3222 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3225 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d()
3226 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3229 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d()
3230 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3233 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d()
3234 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d()
3245 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_2d_array() local
3247 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_2d_array()
3249 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_2d_array()
3251 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_array()
3252 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3255 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_array()
3256 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3259 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_array()
3260 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3263 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_2d_array()
3264 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3267 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_2d_array()
3268 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3271 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_2d_array()
3272 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3275 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d_array()
3276 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3279 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d_array()
3280 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3283 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d_array()
3284 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3287 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d_array()
3288 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3291 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_2d_array()
3292 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array()
3303 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_cube() local
3305 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_cube()
3307 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_cube()
3309 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube()
3310 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3313 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube()
3314 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3317 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube()
3318 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3321 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_cube()
3322 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3325 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_cube()
3326 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3329 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_cube()
3330 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3333 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube()
3334 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3337 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube()
3338 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3341 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube()
3342 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3345 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube()
3346 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3349 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube()
3350 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube()
3361 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_2d_shadow() local
3363 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_2d_shadow()
3365 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_2d_shadow()
3367 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_shadow()
3368 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_shadow()
3371 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_shadow()
3372 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_shadow()
3375 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_shadow()
3376 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_shadow()
3379 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_shadow()
3380 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_shadow()
3391 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_2d_array_shadow() local
3393 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_2d_array_shadow()
3395 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_2d_array_shadow()
3397 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_array_shadow()
3398 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array_shadow()
3401 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_array_shadow()
3402 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array_shadow()
3405 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_array_shadow()
3406 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array_shadow()
3409 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_2d_array_shadow()
3410 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_2d_array_shadow()
3421 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_cube_shadow() local
3423 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_cube_shadow()
3425 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_cube_shadow()
3427 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_shadow()
3428 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_shadow()
3431 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_shadow()
3432 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_shadow()
3435 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_shadow()
3436 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_shadow()
3439 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_shadow()
3440 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_shadow()
3456 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_cube_array() local
3458 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_cube_array()
3460 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_cube_array()
3462 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array()
3463 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3466 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array()
3467 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3470 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array()
3471 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3474 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_cube_array()
3475 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3478 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_cube_array()
3479 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3482 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_I… in texture_gather_sampler_cube_array()
3483 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3486 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube_array()
3487 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3490 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube_array()
3491 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3494 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_U… in texture_gather_sampler_cube_array()
3495 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3498 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array()
3499 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array()
3515 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_sampler_cube_array_shadow() local
3517 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_sampler_cube_array_shadow()
3519 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_sampler_cube_array_shadow()
3521 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array_shadow()
3522 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array_shadow()
3525 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array_shadow()
3526 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array_shadow()
3529 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array_shadow()
3530 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array_shadow()
3533 …const std::string shaderSource(genShaderSourceTextureGather(ctx, s_shaders[shaderNdx], glu::TYPE_S… in texture_gather_sampler_cube_array_shadow()
3534 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_sampler_cube_array_shadow()
3595 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_offset_sampler_2d() local
3597 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_offset_sampler_2d()
3599 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_offset_sampler_2d()
3601 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3602 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3605 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3606 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3609 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3610 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3613 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3614 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3617 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3618 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3621 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3622 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3625 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3626 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3629 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3630 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3633 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3634 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3637 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3638 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3641 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3642 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3645 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3646 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3649 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3650 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3653 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3654 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3657 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3658 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3661 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3662 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3665 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d()
3666 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d()
3677 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_offset_sampler_2d_array() local
3679 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_offset_sampler_2d_array()
3681 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_offset_sampler_2d_array()
3683 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3684 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3687 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3688 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3691 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3692 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3695 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3696 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3699 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3700 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3703 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3704 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3707 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3708 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3711 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3712 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3715 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3716 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3719 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3720 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3723 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3724 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3727 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3728 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3731 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3732 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3735 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3736 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3739 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3740 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3743 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array()
3744 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array()
3755 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_offset_sampler_2d_shadow() local
3757 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_offset_sampler_2d_shadow()
3759 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_offset_sampler_2d_shadow()
3761 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_shadow()
3762 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_shadow()
3765 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_shadow()
3766 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_shadow()
3769 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_shadow()
3770 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_shadow()
3773 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_shadow()
3774 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_shadow()
3785 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_offset_sampler_2d_array_shadow() local
3787 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_offset_sampler_2d_array_shadow()
3789 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_offset_sampler_2d_array_shadow()
3791 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array_shadow()
3792 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array_shadow()
3795 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array_shadow()
3796 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array_shadow()
3799 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array_shadow()
3800 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array_shadow()
3803 …const std::string shaderSource(genShaderSourceTextureGatherOffset(ctx, s_shaders[shaderNdx], FUNCT… in texture_gather_offset_sampler_2d_array_shadow()
3804 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offset_sampler_2d_array_shadow()
3859 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_add() local
3861 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_add()
3863 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_add()
3865 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_add()
3866 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_add()
3869 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_add()
3870 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_add()
3881 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_min() local
3883 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_min()
3885 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_min()
3887 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_min()
3888 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_min()
3891 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_min()
3892 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_min()
3903 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_max() local
3905 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_max()
3907 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_max()
3909 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_max()
3910 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_max()
3913 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_max()
3914 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_max()
3925 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_and() local
3927 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_and()
3929 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_and()
3931 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_and()
3932 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_and()
3935 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_and()
3936 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_and()
3947 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_or() local
3949 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_or()
3951 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_or()
3953 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_or()
3954 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_or()
3957 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_or()
3958 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_or()
3969 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_xor() local
3971 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_xor()
3973 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_xor()
3975 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_xor()
3976 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_xor()
3979 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_xor()
3980 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_xor()
3991 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_exchange() local
3993 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_exchange()
3995 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_exchange()
3997 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_exchange()
3998 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_exchange()
4001 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_exchange()
4002 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_exchange()
4013 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in atomic_comp_swap() local
4015 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in atomic_comp_swap()
4017 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in atomic_comp_swap()
4019 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_comp_swap()
4020 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_comp_swap()
4023 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_comp_swap()
4024 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_comp_swap()
4027 …const std::string shaderSource(genShaderSourceAtomicOperations(ctx, s_shaders[shaderNdx], SHADER_F… in atomic_comp_swap()
4028 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in atomic_comp_swap()
4090 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in interpolate_at_centroid() local
4092 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in interpolate_at_centroid()
4094 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in interpolate_at_centroid()
4095 if (s_shaders[shaderNdx] == glu::SHADERTYPE_FRAGMENT) in interpolate_at_centroid()
4097 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_centroid()
4098 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_centroid()
4103 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_centroid()
4104 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_centroid()
4107 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_centroid()
4108 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_centroid()
4111 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_centroid()
4112 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_centroid()
4115 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_centroid()
4116 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_centroid()
4132 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in interpolate_at_sample() local
4134 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in interpolate_at_sample()
4136 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in interpolate_at_sample()
4137 if (s_shaders[shaderNdx] == glu::SHADERTYPE_FRAGMENT) in interpolate_at_sample()
4140 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4141 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4144 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4145 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4148 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4149 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4152 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4153 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4156 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4157 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4163 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4164 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4167 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4168 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4171 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4172 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4175 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_sample()
4176 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_sample()
4192 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in interpolate_at_offset() local
4194 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in interpolate_at_offset()
4196 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in interpolate_at_offset()
4197 if (s_shaders[shaderNdx] == glu::SHADERTYPE_FRAGMENT) in interpolate_at_offset()
4200 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4201 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4204 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4205 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4208 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4209 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4212 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4213 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4216 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4217 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4223 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4224 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4227 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4228 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4231 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4232 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4235 …const std::string shaderSource(genShaderSourceInterpolateAt(ctx, s_shaders[shaderNdx], SHADER_FUNC… in interpolate_at_offset()
4236 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in interpolate_at_offset()
4330 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in texture_gather_offsets() local
4332 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in texture_gather_offsets()
4334 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in texture_gather_offsets()
4337 …const std::string shaderSource(genShaderSourceTextureGatherOffsets(ctx, s_shaders[shaderNdx], test… in texture_gather_offsets()
4338 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in texture_gather_offsets()
4370 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in fma() local
4372 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in fma()
4374 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in fma()
4376 …const std::string shaderSource(genShaderSourceFma(ctx, s_shaders[shaderNdx], glu::TYPE_FLOAT, glu:… in fma()
4377 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in fma()
4380 …const std::string shaderSource(genShaderSourceFma(ctx, s_shaders[shaderNdx], glu::TYPE_FLOAT, glu:… in fma()
4381 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in fma()
4384 …const std::string shaderSource(genShaderSourceFma(ctx, s_shaders[shaderNdx], glu::TYPE_INT, glu::T… in fma()
4385 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in fma()