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

  /external/mesa3d/src/compiler/glsl/
lower_shared_reference.cpp 293 exec_list call_params; local
294 call_params.push_tail(offset->clone(mem_ctx, NULL));
295 call_params.push_tail(deref->clone(mem_ctx, NULL));
296 call_params.push_tail(new(mem_ctx) ir_constant(write_mask));
297 return new(mem_ctx) ir_call(sig, NULL, &call_params);
326 exec_list call_params; local
327 call_params.push_tail(offset->clone(mem_ctx, NULL));
329 return new(mem_ctx) ir_call(sig, deref_result, &call_params);
419 exec_list call_params; local
420 call_params.push_tail(deref_offset)
    [all...]
lower_ubo_reference.cpp 467 exec_list call_params; local
468 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL));
469 call_params.push_tail(offset->clone(mem_ctx, NULL));
470 call_params.push_tail(deref->clone(mem_ctx, NULL));
471 call_params.push_tail(new(mem_ctx) ir_constant(write_mask));
472 call_params.push_tail(new(mem_ctx) ir_constant(ssbo_access_params()));
473 return new(mem_ctx) ir_call(sig, NULL, &call_params);
510 exec_list call_params; local
511 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL));
512 call_params.push_tail(offset->clone(mem_ctx, NULL))
1046 exec_list call_params; local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_entrypoints_gen.py 183 return anv_device->dispatch.${e.name}(${e.call_params()});
186 return anv_cmd_buffer->device->dispatch.${e.name}(${e.call_params()});
368 def call_params(self): member in class:Entrypoint

Completed in 216 milliseconds