HomeSort by relevance Sort by last modified time
    Searched refs:pull_param (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disk_cache.c 79 blob_write_bytes(binary, prog_data->pull_param,
102 prog_data->pull_param = rzalloc_array(NULL, uint32_t,
104 blob_copy_bytes(binary, prog_data->pull_param,
brw_cs.c 119 /* The param and pull_param arrays will be freed by the shader cache. */
121 ralloc_steal(NULL, prog_data.base.pull_param);
brw_gs.c 143 /* The param and pull_param arrays will be freed by the shader cache. */
145 ralloc_steal(NULL, prog_data.base.base.pull_param);
brw_tes.c 134 /* The param and pull_param arrays will be freed by the shader cache. */
136 ralloc_steal(NULL, prog_data.base.base.pull_param);
gen6_constant_state.c 258 prog_data->pull_param,
brw_vs.c 252 /* The param and pull_param arrays will be freed by the shader cache. */
254 ralloc_steal(NULL, prog_data.base.base.pull_param);
brw_tcs.c 264 /* The param and pull_param arrays will be freed by the shader cache. */
266 ralloc_steal(NULL, prog_data.base.base.pull_param);
brw_program.c 718 ralloc_free(prog_data->pull_param);
brw_wm.c 210 /* The param and pull_param arrays will be freed by the shader cache. */
212 ralloc_steal(NULL, prog_data.base.pull_param);
  /external/mesa3d/src/intel/compiler/
brw_compiler.h 615 uint32_t *pull_param; member in struct:brw_stage_prog_data
    [all...]
brw_vec4_visitor.cpp     [all...]
brw_vec4.cpp 921 if (stage_prog_data->pull_param[j + matches] != values[matches])
936 stage_prog_data->pull_param[stage_prog_data->nr_pull_params++] =
    [all...]
brw_fs.cpp     [all...]

Completed in 119 milliseconds