• Home
  • Raw
  • Download

Lines Matching refs:restrictions

2514 			} restrictions[] =  in checkShaderResourceUsage()  local
2532 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2533 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2544 } restrictions[] = in checkShaderResourceUsage() local
2561 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2562 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2573 } restrictions[] = in checkShaderResourceUsage() local
2588 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2589 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2601 } restrictions[] = in checkShaderResourceUsage() local
2619 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2620 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2632 } restrictions[] = in checkShaderResourceUsage() local
2651 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2652 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2663 } restrictions[] = in checkShaderResourceUsage() local
2681 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkShaderResourceUsage()
2682 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2701 } restrictions[] = in checkProgramCombinedResourceUsage() local
2733 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(restrictions); ++ndx) in checkProgramCombinedResourceUsage()
2734 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkProgramCombinedResourceUsage()