HomeSort by relevance Sort by last modified time
    Searched full:add_bounds_checks (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_dynamic_offsets.c 30 bool add_bounds_checks,
90 if (!add_bounds_checks)
145 const bool add_bounds_checks = pipeline->device->robust_buffer_access; local
156 add_bounds_checks, shader->num_uniforms);
anv_nir_apply_pipeline_layout.c 33 bool add_bounds_checks; member in struct:apply_pipeline_layout_state
121 if (state->add_bounds_checks)
148 if (state->add_bounds_checks)
274 .add_bounds_checks = pipeline->device->robust_buffer_access,

Completed in 1478 milliseconds