Lines Matching refs:beginSection

197 …ctx.beginSection("Link error is generated if a compute shader exceeds GL_MAX_COMPUTE_UNIFORM_BLOCK…  in exceed_uniform_block_limit()
215 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_SHADER_STORAGE_… in exceed_shader_storage_block_limit()
249 …ctx.beginSection("GL_INVALID_OPERATION error is generated if the sum of the number of active sampl… in exceed_texture_image_units_limit()
275 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_IMAGE_UNIFORMS.… in exceed_image_uniforms_limit()
298 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_SHARED_MEMORY_S… in exceed_shared_memory_size_limit()
321 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_UNIFORM_COMPONE… in exceed_uniform_components_limit()
353 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_ATOMIC_COUNTER_… in exceed_atomic_counter_buffer_limit()
378 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_ATOMIC_COUNTERS… in exceed_atomic_counters_limit()
406 ctx.beginSection("Program not set at all"); in program_not_active()
408 …ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchCompute if there is no active pro… in program_not_active()
413 …ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if there is no ac… in program_not_active()
421 ctx.beginSection("Program contains graphic pipeline stages"); in program_not_active()
427 …ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchCompute if there is no active pro… in program_not_active()
432 …ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if there is no ac… in program_not_active()
452 ctx.beginSection("Compute shader that does not link"); in invalid_program_query()
463 …ctx.beginSection("GL_INVALID_OPERATION is generated if GL_COMPUTE_WORK_GROUP_SIZE is queried for a… in invalid_program_query()
472 ctx.beginSection("Compute shader not present"); in invalid_program_query()
484 …ctx.beginSection("GL_INVALID_OPERATION is generated if GL_COMPUTE_WORK_GROUP_SIZE is queried for a… in invalid_program_query()
525 …ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if zero is bound … in invalid_dispatch_compute_indirect()
545 …ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if data is source… in invalid_dispatch_compute_indirect()
556 …ctx.beginSection("GL_INVALID_VALUE is generated by glDispatchComputeIndirect if the value of indir… in invalid_dispatch_compute_indirect()
574 …ctx.beginSection("GL_INVALID_VALUE is generated by glDispatchComputeIndirect if indirect is not a … in invalid_dispatch_compute_indirect()
607 …ctx.beginSection("GL_INVALID_VALUE is generated by glDispatchCompute if <numGroupsX> array is larg… in invalid_maximum_work_group_counts()
616 …ctx.beginSection("GL_INVALID_VALUE is generated by glDispatchCompute if <numGroupsY> array is larg… in invalid_maximum_work_group_counts()
625 …ctx.beginSection("GL_INVALID_VALUE is generated by glDispatchCompute if <numGroupsZ> array is larg… in invalid_maximum_work_group_counts()
685 …ctx.beginSection("A compile time or link error is generated if the maximum number of invocations i… in invalid_maximum_work_group_sizes()
699 …ctx.beginSection("A compile time error is generated if the fixed local group size of the shader in… in invalid_maximum_work_group_sizes()
724 …ctx.beginSection("A link error is generated if the compute shader program does not contain an inpu… in invalid_layout_qualifiers()
741 …ctx.beginSection("A compile-time error is generated if a local work group size qualifier is declar… in invalid_layout_qualifiers()
759 …ctx.beginSection("A compile-time error is generated if a user defined output variable is declared … in invalid_layout_qualifiers()
783 …ctx.beginSection("A compile time or link error is generated if compute shader built-in variables a… in invalid_layout_qualifiers()
839 …ctx.beginSection("A compile time is generated if compute built-in constants provided in all shader… in invalid_write_built_in_constants()