HomeSort by relevance Sort by last modified time
    Searched refs:stage (Results 251 - 275 of 664) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/intel/vulkan/
anv_cmd_buffer.c 154 gl_shader_stage stage, uint32_t size)
156 struct anv_push_constants **ptr = &cmd_buffer->state.push_constants[stage];
628 gl_shader_stage stage)
630 /* If we don't have this stage, bail. */
631 if (!anv_pipeline_has_stage(cmd_buffer->state.pipeline, stage))
635 cmd_buffer->state.push_constants[stage];
637 cmd_buffer->state.pipeline->shaders[stage]->prog_data;
731 anv_foreach_stage(stage, stageFlags) {
732 anv_cmd_buffer_ensure_push_constant_field(cmd_buffer, stage, client_data);
734 memcpy(cmd_buffer->state.push_constants[stage]->client_data + offset
    [all...]
genX_cmd_buffer.c     [all...]
anv_nir_apply_dynamic_offsets.c 142 if (!layout || !layout->stage[shader->stage].has_dynamic_offsets)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.cpp 495 // make stage-specific entries.
504 // These are the actual stage masks defined in the documentation, in case they are
547 unsigned int stage; // stage mask member in struct:glslang::__anon767
550 // name retOrd retType argOrder argType stage mask
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cExplicitUniformLocationTest.cpp 918 : stage(_stage), input(_input), output(_output)
921 GLenum stage;
926 if (stage == rhs.stage)
934 return stage < rhs.stage;
1193 switch (key.stage)
1254 GLuint shader = glCreateShader(programConfigs[config][target].stage);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 158 //! Add flags for all shader stages required to support a particular stage (e.g. fragment requires vertex as well).
159 VkShaderStageFlags getRequiredStages (const VkShaderStageFlagBits stage)
163 DE_ASSERT(stage == VK_SHADER_STAGE_COMPUTE_BIT || (stage & VK_SHADER_STAGE_COMPUTE_BIT) == 0);
165 if (stage & VK_SHADER_STAGE_ALL_GRAPHICS)
168 if (stage & (VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT | VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT))
171 if (stage & VK_SHADER_STAGE_GEOMETRY_BIT)
174 if (stage & VK_SHADER_STAGE_COMPUTE_BIT)
218 void assertValidShaderStage (const VkShaderStageFlagBits stage)
220 switch (stage)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
Makefile.am 402 # Files to be copied away after each stage in building.
603 testsuite/site.exp site.bak site.exp stage stage1 stage2
636 rm -f stage && ln -s stage1 stage
639 rm -f stage && ln -s stage2 stage
644 rm -f stage && ln -s stage1 stage
647 rm -f stage && ln -s stage2 stage
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp 31 * In the first stage shaders are partitioned into groups based on the shader
45 * After the first stage is complete, a series of semantic checks are performed
53 * In the final stage individual shader executables are linked to create a
60 * - Types and qualifiers of outputs defined in one stage are verified to
62 * name in a later stage.
225 gl_shader_stage stage; member in class:__anon29197::array_resize_visitor
229 gl_shader_stage stage)
233 this->stage = stage;
249 if (stage == MESA_SHADER_GEOMETRY)
    [all...]
link_varyings.cpp 45 * a stage whose varyings are arrays indexed by a vertex number (such as
49 get_varying_type(const ir_variable *var, gl_shader_stage stage)
55 stage == MESA_SHADER_TESS_CTRL) ||
57 (stage == MESA_SHADER_TESS_CTRL || stage == MESA_SHADER_TESS_EVAL ||
58 stage == MESA_SHADER_GEOMETRY)))) {
205 * Validate the types and qualifiers of an output from one stage against the
206 * matching input to another stage.
314 * one shader stage will still match an input of a subsequent stage
1453 const gl_shader_stage stage = (consumer_var != NULL) local
    [all...]
  /external/vulkan-validation-layers/layers/
shader_validation.cpp 409 // characterizes a SPIR-V type appearing in an interface to a FF stage, for comparison to a VkFormat's characterization above.
435 static uint32_t get_shader_stage_id(VkShaderStageFlagBits stage) {
436 uint32_t bit_pos = uint32_t(u_ffs(stage));
    [all...]
  /build/blueprint/bootstrap/
doc.go 98 // "primary", and "main" stages. Each stage builds the next stage's Ninja file.
129 // - Run minibp to generate .bootstrap/build.ninja (Primary stage)
141 // Then the main stage is at <builddir>/build.ninja, and will contain all the
  /cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
ActivityLifecycleClientTestBase.java 128 static Pair<Activity, ActivityCallback> state(Activity activity, ActivityCallback stage) {
129 return new Pair<>(activity, stage);
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
121 if (mStage == Stage.FINGERPRINT) {
126 public void setStage(Stage stage) {
127 mStage = stage;
157 mStage = Stage.PASSWORD;
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
185 mStage = Stage.FINGERPRINT
    [all...]
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
121 if (mStage == Stage.FINGERPRINT) {
126 public void setStage(Stage stage) {
127 mStage = stage;
157 mStage = Stage.PASSWORD;
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
185 mStage = Stage.FINGERPRINT
    [all...]
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
121 if (mStage == Stage.FINGERPRINT) {
126 public void setStage(Stage stage) {
127 mStage = stage;
157 mStage = Stage.PASSWORD;
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
185 mStage = Stage.FINGERPRINT
    [all...]
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.cpp 742 int prepare_partitions(enum boot_update_stage stage, const char *dev_path)
789 /* Check internal update stage according GPT headers' state */
803 /* Stage already set - ready for update, exitting */
804 if ((int) stage == (int) internal_stage - 1)
806 /* Unexpected stage given */
807 if (stage != internal_stage) {
812 switch (stage) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
RTSMBoot.asm 32 stage of the platform power up.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/Arm/
ArmPlatformLibNullBoot.asm 27 stage of the platform power up.
  /external/guice/core/src/com/google/inject/internal/
Scoping.java 25 import com.google.inject.Stage;
182 * Returns true if this scope is a singleton that should be loaded eagerly in {@code stage}.
184 public boolean isEagerSingleton(Stage stage) {
189 if (stage == Stage.PRODUCTION) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_program.c 194 gl_shader_stage stage = _mesa_program_enum_to_shader_stage(target); local
280 st->shader_has_one_variant[stage])
st_context.h 323 st_shader_stage_to_ptarget(gl_shader_stage stage)
325 switch (stage) {
  /external/skia/src/gpu/vk/
GrVkPipelineStateBuilder.cpp 60 bool GrVkPipelineStateBuilder::createVkShaderModule(VkShaderStageFlagBits stage,
75 bool result = GrCompileVkShaderModule(fGpu, shaderString.c_str(), stage, shaderModule,
  /external/skqp/src/gpu/vk/
GrVkPipelineStateBuilder.cpp 58 bool GrVkPipelineStateBuilder::createVkShaderModule(VkShaderStageFlagBits stage,
73 bool result = GrCompileVkShaderModule(fGpu, shaderString.c_str(), stage, shaderModule,
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
PerformUnifiedRestoreTask.java 336 * 5b. t.getRestoreData() to stage it properly
678 mStageName = new File(backupManagerService.getDataDir(), packageName + ".stage");
682 // don't stage the 'android' package where the wallpaper data lives. this is
687 ParcelFileDescriptor stage; local
696 stage = ParcelFileDescriptor.open(downloadFile,
701 if (transport.getRestoreData(stage) != BackupTransport.TRANSPORT_OK) {
706 stage.close();
716 stage.close();
717 stage = ParcelFileDescriptor.open(downloadFile,
725 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor())
    [all...]
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.cpp 742 int prepare_partitions(enum boot_update_stage stage, const char *dev_path)
789 /* Check internal update stage according GPT headers' state */
803 /* Stage already set - ready for update, exitting */
804 if ((int) stage == (int) internal_stage - 1)
806 /* Unexpected stage given */
807 if (stage != internal_stage) {
812 switch (stage) {
    [all...]

Completed in 1450 milliseconds

<<11121314151617181920>>