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

  /external/mesa3d/src/intel/vulkan/
genX_blorp_exec.c 73 struct anv_state state =
89 struct anv_state bt_state =
97 struct anv_state surface_state =
126 struct anv_state vb_state =
anv_private.h 378 struct anv_state { struct
446 anv_state_clflush(struct anv_state state)
460 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
462 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);
466 struct anv_state anv_state_stream_alloc(struct anv_state_stream *stream,
603 struct anv_state border_colors;
773 struct anv_state __state = \
    [all...]
anv_cmd_buffer.c 587 struct anv_state
591 struct anv_state state;
604 struct anv_state
609 struct anv_state state;
626 struct anv_state
632 return (struct anv_state) { .offset = 0 };
641 return (struct anv_state) { .offset = 0 };
643 struct anv_state state =
661 struct anv_state
672 return (struct anv_state) { .offset = 0 }
    [all...]
gen7_cmd_buffer.c 53 struct anv_state scissor_state =
181 struct anv_state cc_state =
218 struct anv_state ds_state =
gen8_cmd_buffer.c 41 struct anv_state sf_clip_state =
85 struct anv_state cc_state =
190 struct anv_state cc_state =
236 struct anv_state cc_state =
genX_cmd_buffer.c 157 struct anv_state state,
170 struct anv_state state)
444 struct anv_state next_state = state->render_pass_states;
663 struct anv_state src_state = primary->state.render_pass_states;
664 struct anv_state dst_state = secondary->state.render_pass_states;
    [all...]
anv_allocator.c 661 struct anv_state
670 struct anv_state state;
680 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state)
746 struct anv_state
752 struct anv_state state;
anv_batch_chain.c 595 * \return An anv_state representing the binding table
597 struct anv_state
604 struct anv_state state;
609 return (struct anv_state) { 0 };
622 struct anv_state
630 struct anv_state
    [all...]
anv_descriptor_set.c 405 struct anv_state state;
472 struct anv_state state;
anv_image.c 438 static struct anv_state
693 view->surface_state = (struct anv_state){ 0 };
715 view->storage_surface_state = (struct anv_state){ 0 };
anv_blorp.c 689 struct anv_state tmp_data =
906 struct anv_state
911 struct anv_state bt_state
    [all...]
anv_device.c 769 static struct anv_state
772 struct anv_state state;
    [all...]
  /external/mesa3d/src/intel/vulkan/tests/
state_pool_free_list_only.c 51 struct anv_state states[NUM_THREADS * STATES_PER_THREAD];
state_pool_test_helper.h 41 struct anv_state states[chunk_size];
state_pool_no_free.c 48 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16);

Completed in 237 milliseconds