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

  /external/mesa3d/src/gallium/drivers/swr/
swr_tex_sample.h 38 struct lp_static_sampler_state sampler_state; member in struct:swr_sampler_static_state
swr_tex_sample.cpp 293 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
swr_shader.cpp 75 &key.sampler[i].sampler_state,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 57 struct lp_static_sampler_state sampler_state; member in struct:lp_sampler_static_state
lp_tex_sample.c 268 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 116 void *sampler_state; member in struct:blitter_context_priv
155 struct pipe_sampler_state sampler_state; local
249 memset(&sampler_state, 0, sizeof(sampler_state));
250 sampler_state.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
251 sampler_state.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
252 sampler_state.wrap_r = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
253 sampler_state.normalized_coords = 1;
254 ctx->sampler_state = pipe->create_sampler_state(pipe, &sampler_state);
1692 void *sampler_state; local
1881 void *sampler_state; local
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_state.c 171 struct GENX(SAMPLER_STATE) sampler_state = {
219 GENX(SAMPLER_STATE_pack)(NULL, sampler->state, &sampler_state);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 35 * This file contains code for emitting SAMPLER_STATE structures, which
77 * Emit a SAMPLER_STATE structure, given all the fields.
414 uint32_t *sampler_state,
547 sampler_state,
562 uint32_t *sampler_state,
579 sampler_state, batch_offset_for_sampler_state);
595 /* SAMPLER_STATE is 4 DWords on all platforms. */
599 uint32_t *sampler_state = brw_state_batch(brw, AUB_TRACE_SAMPLER_STATE, local
602 memset(sampler_state, 0, sampler_count * size_in_bytes);
610 update_sampler_state(brw, unit, sampler_state,
    [all...]
brw_state.h 328 uint32_t *sampler_state,
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_dynamic.c 140 uint32_t *sampler_state, *border_color_state; local
147 /* SAMPLER_BORDER_COLOR_STATE and SAMPLER_STATE */
151 sampler_state = &r->state.vs.SAMPLER_STATE;
167 sampler_state = &r->state.wm.SAMPLER_STATE;
213 *sampler_state = gen6_SAMPLER_STATE(r->builder, samplers,
373 /* SAMPLER_STATE array and SAMPLER_BORDER_COLORs */
507 r->state.cs.SAMPLER_STATE = gen6_SAMPLER_STATE(r->builder, samplers,
557 &r->state.cs.SAMPLER_STATE, &r->state.cs.BINDING_TABLE_STATE)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_3d_top.h 1030 uint32_t sampler_state)
1034 sampler_state);
1039 uint32_t sampler_state)
1043 sampler_state);
1048 uint32_t sampler_state)
1052 sampler_state);
1057 uint32_t sampler_state)
1061 sampler_state);
    [all...]
ilo_builder_3d_bottom.h 463 uint32_t sampler_state)
469 sampler_state);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 242 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
draw_llvm.h 68 struct lp_static_sampler_state sampler_state; member in struct:draw_sampler_static_state
draw_llvm.c     [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp     [all...]
core_validation.cpp 140 unordered_map<VkSampler, unique_ptr<SAMPLER_STATE>> samplerMap;
287 SAMPLER_STATE *getSamplerState(const layer_data *dev_data, VkSampler sampler) {
597 void AddCommandBufferBindingSampler(GLOBAL_CB_NODE *cb_node, SAMPLER_STATE *sampler_state) {
598 sampler_state->cb_bindings.insert(cb_node);
600 {reinterpret_cast<uint64_t &>(sampler_state->sampler), VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT});
6044 SAMPLER_STATE *sampler_state = nullptr; local
    [all...]
  /external/mesa3d/src/intel/tools/
aubinator.c 305 struct gen_group *sampler_state; local
307 sampler_state = gen_spec_find_struct(spec, "SAMPLER_STATE");
312 decode_structure(spec, sampler_state, gtt + start + i * 16);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2159 const struct lp_static_sampler_state *sampler_state = bld->static_sampler_state; local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 2637 struct pipe_sampler_state *sampler_state = local
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_draw.c 308 DUMP_I(sampler_state, &dstate->sampler_states[sh][i]->state.sampler, i);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 366 trace_dump_arg(sampler_state, state);
    [all...]

Completed in 1250 milliseconds