/device/google/cuttlefish/tools/ |
D | create_base_image_hostlib.sh | 84 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 …]
|
D | create_base_image.go | 134 _, 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/ |
D | deqp_gles31_test_expectations.txt | 18 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 …]
|
D | deqp_khr_gles31_test_expectations.txt | 41 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/ |
D | dispatch.txt | 9 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
|
D | raytracing.txt | 9 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/ |
D | VK_NV_compute_shader_derivatives.txt | 28 compute shaders to use built-ins that evaluate compute derivatives 49 derivatives in a compute shader are the same groups of four invocations that
|
D | VK_EXT_shader_subgroup_vote.txt | 34 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/ |
D | consistency_tools.py | 488 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/ |
D | consistency_tools.py | 488 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/ |
D | query_begin_common.txt | 43 pname:pipelineStatistics indicate compute operations, the 45 support compute operations
|
D | draw_dispatch_nonindirect_common.txt | 17 pipeline stages other than the framebuffer-space and compute stages in
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | gl_raii.h | 232 #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/ |
D | BlitResolveStencilNoExport.comp | 83 // 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/ |
D | rlsservice.te | 24 # Allow access to always-on compute device node
|
/device/google/gs101-sepolicy/whitechapel/vendor/google/ |
D | rlsservice.te | 22 # Allow access to always-on compute device node
|
/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/ |
D | vkCmdSetDeviceMask.txt | 6 …Pool that pname:commandBuffer was allocated from must: support graphics, compute, or transfer oper…
|
D | vkCmdDispatch.txt | 6 …he sname:VkCommandPool that pname:commandBuffer was allocated from must: support compute operations
|
D | vkCmdDispatchBase.txt | 6 …he sname:VkCommandPool that pname:commandBuffer was allocated from must: support compute operations
|
D | vkCmdDispatchIndirect.txt | 7 …he sname:VkCommandPool that pname:commandBuffer was allocated from must: support compute operations
|
D | vkCmdBindPipeline.txt | 8 …mmandPool that pname:commandBuffer was allocated from must: support graphics, or compute operations
|
D | vkCmdEndQuery.txt | 7 …mmandPool that pname:commandBuffer was allocated from must: support graphics, or compute operations
|
/device/google/sunfish/ |
D | init.power.rc | 96 #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/ |
D | ProgramExecutable.cpp | 322 const bool compute = isCompute() ? true : false; in updateActiveImages() local 335 if (compute) in updateActiveImages()
|
/device/google/redbull/ |
D | init.power.rc | 118 #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
|