Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 25 of 112) sorted by relevance

12345

/device/google/cuttlefish/tools/
Dcreate_base_image_hostlib.sh84 gcloud compute instances delete -q \
87 gcloud compute disks delete -q \
89 gcloud compute images delete -q \
91 gcloud compute disks create \
97 gcloud compute accelerator-types describe "${gpu_type}" "${PZ[@]}" || \
99 gcloud compute instances create \
111 gcloud compute instances attach-disk \
115 gcloud beta compute scp "${SSH_FLAGS[@]}" "${PZ[@]}" \
118 gcloud compute ssh "${SSH_FLAGS[@]}" \
121 gcloud compute instances delete -q \
[all …]
Dcreate_base_image.go134 _, err := gce(WarnOnFail, `compute ssh `+SSH_FLAGS+` `+PZ+` `+
156 _, err := gce(WarnOnFail, `compute instances describe "`+instance+`"`)
158 gce(ExitOnFail, `compute instances create `+arg+` "`+instance+`"`)
198 gce(WarnOnFail, `compute instances delete -q `+PZ+` `+delete_instances,
200 gce(WarnOnFail, `compute disks delete -q `+PZ+` "`+dest_image+
202 gce(WarnOnFail, `compute images delete -q --project="`+build_project+
204 gce(WarnOnFail, `compute disks create `+PZ+` --image-family="`+source_image_family+
206 gce(ExitOnFail, `compute accelerator-types describe "`+gpu_type+`" `+PZ,
218 gce(WarnOnFail, `compute instances attach-disk `+PZ+` "`+build_instance+
222 gce(ExitOnFail, `beta compute scp `+SSH_FLAGS+` `+PZ+` `+source_files+
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
Ddeqp_gles31_test_expectations.txt18 2349 LINUX INTEL : dEQP-GLES31.functional.compute.basic.copy_image_to_ssbo_small = SKIP
19 2349 LINUX INTEL : dEQP-GLES31.functional.compute.basic.copy_ssbo_to_image_small = SKIP
20 2349 LINUX INTEL : dEQP-GLES31.functional.compute.basic.image_barrier_multiple = SKIP
78 3865 D3D11 : dEQP-GLES31.functional.compute.basic.copy_image_to_ssbo_large = FAIL
79 3865 D3D11 : dEQP-GLES31.functional.compute.basic.copy_ssbo_to_image_large = FAIL
90 4234 D3D11 : dEQP-GLES31.functional.debug.negative_coverage.get_error.compute.program_not_active = …
91 4234 OPENGL : dEQP-GLES31.functional.debug.negative_coverage.get_error.compute.program_not_active =…
92 4234 D3D11 : dEQP-GLES31.functional.debug.negative_coverage.log.compute.program_not_active = SKIP
93 4234 OPENGL : dEQP-GLES31.functional.debug.negative_coverage.log.compute.program_not_active = SKIP
95 4234 D3D11 : dEQP-GLES31.functional.debug.negative_coverage.callbacks.compute.program_not_active = …
[all …]
Ddeqp_khr_gles31_test_expectations.txt41 3726 VULKAN PIXEL2ORXL : KHR-GLES31.core.compute_shader.pipeline-compute-chain = FAIL
100 4190 SWIFTSHADER ANDROID : KHR-GLES31.core.compute_shader.pipeline-compute-chain = SKIP
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Ddispatch.txt9 work in a compute pipeline.
11 a queue, will produce work which executes according to the bound compute
13 A compute pipeline must: be bound to a command buffer before any dispatching
16 [open,refpage='vkCmdDispatch',desc='Dispatch compute work items',type='protos']
55 [open,refpage='vkCmdDispatchIndirect',desc='Dispatch compute work items with indirect parameters',t…
120 [open,refpage='vkCmdDispatchBase',desc='Dispatch compute work items with non-zero base values for t…
187 not zero, then the bound compute pipeline must: have been created with
196 [open,refpage='vkCmdSubpassShadingHUAWEI',desc='Dispatch compute work items',type='protos']
200 A subpass shading dispatches a compute pipeline work with the work dimension
Draytracing.txt9 compute pipelines (see <<pipelines-ray-tracing,Ray Tracing Pipeline>>).
649 This is accomplished by defining a set of indexing rules that compute shader
720 For flink:vkCmdTraceRaysKHR, the complete rule to compute a hit shader
735 parameters, so the full rule to compute a hit shader binding table record
780 For flink:vkCmdTraceRaysKHR, the complete rule to compute a miss shader
792 parameters, so the full rule to compute a miss shader binding table record
833 For flink:vkCmdTraceRaysKHR, the complete rule to compute a callable shader
846 parameters, so the full rule to compute a callable shader binding table
893 (occlusion or shadow ray, for example) then the application can compute the
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_NV_compute_shader_derivatives.txt28 compute shaders to use built-ins that evaluate compute derivatives
49 derivatives in a compute shader are the same groups of four invocations that
DVK_EXT_shader_subgroup_vote.txt34 to compute the composite of a set of boolean conditions across a group of
50 In particular, a subgroup has no necessary relationship with the compute
51 shader _local workgroup_ -- any pair of shader invocations in a compute
56 workgroup), but many implementations will also group non-compute shader
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/
Dconsistency_tools.py488 def compute(handle_type): function
505 super().__init__(compute, handle_types.keys())
530 def compute(type_name): function
548 super().__init__(compute, permit_cycles=True)
/device/generic/vulkan-cereal/protocols/vulkan/scripts/spec_tools/
Dconsistency_tools.py488 def compute(handle_type): function
505 super().__init__(compute, handle_types.keys())
530 def compute(type_name): function
548 super().__init__(compute, permit_cycles=True)
/device/generic/vulkan-cereal/protocols/vulkan/chapters/commonvalidity/
Dquery_begin_common.txt43 pname:pipelineStatistics indicate compute operations, the
45 support compute operations
Ddraw_dispatch_nonindirect_common.txt17 pipeline stages other than the framebuffer-space and compute stages in
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
Dgl_raii.h232 #define ANGLE_GL_COMPUTE_PROGRAM(name, compute) \ argument
234 name.makeCompute(compute); \
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp83 // With the compute shader however, the input coordinates start from 0,0. That is, if the
84 // fragment shader input is Xf and the compute shader's input is Xc, we have:
/device/google/gs201-sepolicy/whitechapel_pro/
Drlsservice.te24 # Allow access to always-on compute device node
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Drlsservice.te22 # Allow access to always-on compute device node
/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/
DvkCmdSetDeviceMask.txt6 …Pool that pname:commandBuffer was allocated from must: support graphics, compute, or transfer oper…
DvkCmdDispatch.txt6 …he sname:VkCommandPool that pname:commandBuffer was allocated from must: support compute operations
DvkCmdDispatchBase.txt6 …he sname:VkCommandPool that pname:commandBuffer was allocated from must: support compute operations
DvkCmdDispatchIndirect.txt7 …he sname:VkCommandPool that pname:commandBuffer was allocated from must: support compute operations
DvkCmdBindPipeline.txt8 …mmandPool that pname:commandBuffer was allocated from must: support graphics, or compute operations
DvkCmdEndQuery.txt7 …mmandPool that pname:commandBuffer was allocated from must: support graphics, or compute operations
/device/google/sunfish/
Dinit.power.rc96 #Enable compute governor for gold latfloor
97 …platform/soc/soc:qcom,cpu0-cpu-ddr-latfloor/devfreq/soc:qcom,cpu0-cpu-ddr-latfloor/governor compute
100 …platform/soc/soc:qcom,cpu6-cpu-ddr-latfloor/devfreq/soc:qcom,cpu6-cpu-ddr-latfloor/governor compute
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramExecutable.cpp322 const bool compute = isCompute() ? true : false; in updateActiveImages() local
335 if (compute) in updateActiveImages()
/device/google/redbull/
Dinit.power.rc118 #Enable compute governor for gold latfloor
119 …platform/soc/soc:qcom,cpu0-cpu-ddr-latfloor/devfreq/soc:qcom,cpu0-cpu-ddr-latfloor/governor compute
122 …platform/soc/soc:qcom,cpu6-cpu-ddr-latfloor/devfreq/soc:qcom,cpu6-cpu-ddr-latfloor/governor compute
125 …platform/soc/soc:qcom,cpu7-cpu-ddr-latfloor/devfreq/soc:qcom,cpu7-cpu-ddr-latfloor/governor compute

12345