Searched refs:validate_bin_pos (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate.c | 126 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) function in typeref:typename:bool 206 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 1)) { 235 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 2)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate.c | 126 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) function in typeref:typename:bool 206 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 1)) { 235 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 2)) {
|
Completed in 4 milliseconds