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

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen.h 111 uint32_t SAMPLER_STATE;
126 uint32_t SAMPLER_STATE;
135 uint32_t SAMPLER_STATE;
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...]
ilo_render_gen8.c 115 r->state.wm.SAMPLER_STATE);
ilo_render_gen6.c 382 r->state.vs.SAMPLER_STATE,
384 r->state.wm.SAMPLER_STATE);
ilo_render_gen7.c 305 r->state.vs.SAMPLER_STATE);
524 r->state.wm.SAMPLER_STATE);
  /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/vulkan-validation-layers/layers/
core_validation_types.h 201 struct SAMPLER_STATE : public BASE_NODE {
205 SAMPLER_STATE(const VkSampler *ps, const VkSamplerCreateInfo *pci) : sampler(*ps), createInfo(*pci){};
639 SAMPLER_STATE *getSamplerState(const layer_data *, VkSampler);
646 void AddCommandBufferBindingSampler(GLOBAL_CB_NODE *, SAMPLER_STATE *);
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/blorp/
blorp_genX_exec.h     [all...]

Completed in 366 milliseconds