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

  /external/mesa3d/src/compiler/nir/
nir.c 290 nir_block *start_block = nir_block_create(shader);
291 nir_block *end_block = nir_block_create(shader);
337 nir_block_create(nir_shader *shader) function
380 nir_block *then = nir_block_create(shader);
385 nir_block *else_stmt = nir_block_create(shader);
400 nir_block *body = nir_block_create(shader);
    [all...]
nir_control_flow.c 195 nir_block *new_block = nir_block_create(ralloc_parent(block));
338 nir_block *new_block = nir_block_create(ralloc_parent(block));
nir_clone.c 656 nir_block *nblk = nir_block_create(state.ns);
nir.h     [all...]

Completed in 57 milliseconds