HomeSort by relevance Sort by last modified time
    Searched refs:scissors (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.h 246 struct ilo_state_viewport_scissor_info scissors[ILO_MAX_VIEWPORTS]; member in struct:ilo_viewport_state
ilo_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 229 lp_setup_set_scissors(llvmpipe->setup, llvmpipe->scissors);
lp_surface.c 102 util_blitter_save_scissor(lp->blitter, &lp->scissors[0]);
lp_setup_line.c 595 scissor_planes_needed(s_planes, &bbox, &setup->scissors[viewport_index]);
722 const struct u_rect *scissor = &setup->scissors[viewport_index];
lp_setup_tri.c 353 scissor_planes_needed(s_planes, &bbox, &setup->scissors[viewport_index]);
686 const struct u_rect *scissor = &setup->scissors[viewport_index];
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 170 struct pipe_scissor_state scissors[NV50_MAX_VIEWPORTS]; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 148 struct r600_atom *scissors; member in struct:si_state_atoms::__anon27902
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 314 const VkRect2D* scissors) {
317 if (memcmp(scissors, &fCachedScissor, sizeof(VkRect2D))) {
321 scissors));
322 fCachedScissor = scissors[0];
    [all...]
GrVkCommandBuffer.h 81 const VkRect2D* scissors);
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256_test.go 45 {"b26c38d61519e894480c70c8374ea35aa0ad05b2ae3d6674eec5f52a69305ed4", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
79 {"62efcf16ab8a893acdf2f348aaf06b63039ff1bf55508c830532c9fb", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256_test.go 45 {"b26c38d61519e894480c70c8374ea35aa0ad05b2ae3d6674eec5f52a69305ed4", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
79 {"62efcf16ab8a893acdf2f348aaf06b63039ff1bf55508c830532c9fb", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 315 ctx->b.scissors.dirty_mask = (1 << R600_MAX_VIEWPORTS) - 1;
316 r600_mark_atom_dirty(ctx, &ctx->b.scissors.atom);
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 44 {"cdf7ab6c1fd49bd9933c43f3ea5af185", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1_test.go 46 {"0b4c4ce5f52c3ad2821852a8dc00217fa18b8b66", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
  /prebuilts/go/linux-x86/src/crypto/md5/
md5_test.go 44 {"cdf7ab6c1fd49bd9933c43f3ea5af185", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1_test.go 46 {"0b4c4ce5f52c3ad2821852a8dc00217fa18b8b66", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 220 struct pipe_scissor_state scissors[NVC0_MAX_VIEWPORTS]; member in struct:nvc0_context
  /external/mesa3d/src/intel/vulkan/
anv_cmd_buffer.c 89 typed_memcpy(dest->scissor.scissors, src->scissor.scissors,
393 memcpy(cmd_buffer->state.dynamic.scissor.scissors + firstScissor,
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 561 const vk::VkRect2D scissors[] = local
576 DE_LENGTH_OF_ARRAY(scissors),
577 scissors
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_draw.c 283 DUMP_I(scissor_state, &dstate->scissors[i], i);
860 memcpy(dst->scissors, src->scissors, sizeof(src->scissors));
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 408 void SetScissor(const vector<VkRect2D> scissors);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 401 std::vector<VkRect2D> scissors; member in struct:GLOBAL_CB_NODE
  /external/mesa3d/src/amd/vulkan/
radv_private.h 617 VkRect2D scissors[MAX_SCISSORS]; member in struct:radv_dynamic_state::__anon27300
743 int count, const VkRect2D *scissors);
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 232 self._state.scissors = []
397 # XXX: trace is not serializing multiple scissors/viewports properly yet
406 self._update(self._state.scissors, start_slot, num_scissors, states)

Completed in 477 milliseconds

12 3 4