Lines Matching refs:restrictions

2504 			} restrictions[] =  in checkShaderResourceUsage()  local
2522 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2523 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2534 } restrictions[] = in checkShaderResourceUsage() local
2551 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2552 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2563 } restrictions[] = in checkShaderResourceUsage() local
2578 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2579 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2591 } restrictions[] = in checkShaderResourceUsage() local
2609 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2610 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2622 } restrictions[] = in checkShaderResourceUsage() local
2641 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2642 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2653 } restrictions[] = in checkShaderResourceUsage() local
2671 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2672 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2691 } restrictions[] = in checkProgramCombinedResourceUsage() local
2723 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkProgramCombinedResourceUsage()
2724 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkProgramCombinedResourceUsage()