Searched defs:states (Results 1 - 25 of 74) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c54 struct anv_state states[NUM_THREADS * STATES_PER_THREAD]; local in function:main
H A Dstate_pool_test_helper.h41 struct anv_state states[chunk_size]; local in function:alloc_states
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c54 struct anv_state states[NUM_THREADS * STATES_PER_THREAD]; local in function:main
H A Dstate_pool_test_helper.h41 struct anv_state states[chunk_size]; local in function:alloc_states
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes.py40 import docutils.parsers.rst.states as states namespace
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dgen_disasm.py353 states = expand_states(instructions) variable
/xsrc/external/mit/MesaLib.old/src/intel/
H A Dbrw_nir_trig_workarounds.c128 brw_nir_apply_trig_workarounds_pre_block(nir_block *block, uint16_t *states) argument
224 uint16_t *states = calloc(impl->ssa_alloc, sizeof(*states)); local in function:brw_nir_apply_trig_workarounds_impl
167 brw_nir_apply_trig_workarounds_block(nir_builder * build,nir_block * block,const uint16_t * states,const bool * condition_flags) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp59 struct pipe_viewport_state states[PIPE_MAX_VIEWPORTS]; local in function:SetViewports
112 struct pipe_scissor_state states[PIPE_MAX_VIEWPORT local in function:SetScissorRects
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_sampler.c183 const struct pipe_sampler_state *states[PIPE_MAX_SAMPLERS]; local in function:update_shader_samplers
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_array_to_ssa.c56 struct array_state *states; member in struct:array_ctx
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c482 static struct states { struct
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c444 static struct states { struct
/xsrc/external/mit/freetype/dist/src/psnames/
H A Dpsmodule.c266 ps_check_extra_glyph_name(const char * gname,FT_UInt glyph,FT_UInt * extra_glyphs,FT_UInt * states) argument
293 ps_check_extra_glyph_unicode(FT_UInt32 uni_char,FT_UInt * states) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_uniforms.c57 struct v3dv_bo *states[MAX_TOTAL_STATES]; member in struct:state_bo_list
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c118 noop_bind_sampler_states(struct pipe_context * ctx,enum pipe_shader_type shader,unsigned start,unsigned count,void ** states) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_sampler.c265 const struct pipe_sampler_state *states[PIPE_MAX_SAMPLERS]; local in function:update_shader_samplers
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_viewport.c239 struct pipe_scissor_state *states = rctx->scissors.states; local in function:r600_emit_scissors
322 struct pipe_viewport_state *states = rctx->viewports.states; local in function:r600_emit_viewports
352 struct pipe_viewport_state *states = rctx->viewports.states; local in function:r600_emit_depth_ranges
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c291 struct pipe_scissor_state *states = ctx->scissors; local in function:si_emit_scissors
405 struct pipe_viewport_state *states = ctx->viewports.states; local in function:si_emit_viewports
438 struct pipe_viewport_state *states = ctx->viewports.states; local in function:si_emit_depth_ranges
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_viewport.c239 struct pipe_scissor_state *states = rctx->scissors.states; local in function:r600_emit_scissors
322 struct pipe_viewport_state *states = rctx->viewports.states; local in function:r600_emit_viewports
352 struct pipe_viewport_state *states = rctx->viewports.states; local in function:r600_emit_depth_ranges
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c377 struct pipe_scissor_state *states = ctx->scissors; local in function:si_emit_scissors
487 struct pipe_viewport_state *states = ctx->viewports.states; local in function:si_emit_viewports
524 struct pipe_viewport_state *states = ctx->viewports.states; local in function:si_emit_depth_ranges
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c419 sampler_states *states = (sampler_states *)options; local in function:lower_sample_to_txf_for_integer_tex_impl
548 sampler_states states = {wrap_states, tex_swizzles, max_bias}; local in function:dxil_lower_sample_to_txf_for_integer_tex
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_device.h126 struct panfrost_bo *states; member in struct:pan_indirect_draw_shaders
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c44 struct util_dynarray *states; member in struct:match_state
650 add_uses_to_worklist(nir_instr * instr,nir_instr_worklist * worklist,struct util_dynarray * states,const struct per_op_table * pass_op_table) argument
664 nir_algebraic_update_automaton(nir_instr * new_instr,nir_instr_worklist * algebraic_worklist,struct util_dynarray * states,const struct per_op_table * pass_op_table) argument
687 nir_replace_instr(nir_builder * build,nir_alu_instr * instr,struct hash_table * range_ht,struct util_dynarray * states,const struct per_op_table * pass_op_table,const nir_search_expression * search,const nir_search_value * replace,nir_instr_worklist * algebraic_worklist) argument
809 nir_algebraic_automaton(nir_instr * instr,struct util_dynarray * states,const struct per_op_table * pass_op_table) argument
859 nir_algebraic_instr(nir_builder * build,nir_instr * instr,struct hash_table * range_ht,const bool * condition_flags,const struct transform ** transforms,const uint16_t * transform_counts,struct util_dynarray * states,const struct per_op_table * pass_op_table,nir_instr_worklist * worklist) argument
915 struct util_dynarray states = {0}; local in function:nir_algebraic_impl
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME.md
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c374 dd_context_set_scissor_states(struct pipe_context * _pipe,unsigned start_slot,unsigned num_scissors,const struct pipe_scissor_state * states) argument
387 dd_context_set_viewport_states(struct pipe_context * _pipe,unsigned start_slot,unsigned num_viewports,const struct pipe_viewport_state * states) argument
[all...]

Completed in 32 milliseconds

123