Home
last modified time | relevance | path

Searched refs:rs (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline.c260 struct vk_pipeline_robustness_state *rs, in vk_pipeline_robustness_state_fill() argument
264 rs->uniform_buffers = VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT_EXT; in vk_pipeline_robustness_state_fill()
265 rs->storage_buffers = VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT_EXT; in vk_pipeline_robustness_state_fill()
266 rs->vertex_inputs = VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT_EXT; in vk_pipeline_robustness_state_fill()
267 rs->images = VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DEVICE_DEFAULT_EXT; in vk_pipeline_robustness_state_fill()
273 rs->storage_buffers = shader_info->storageBuffers; in vk_pipeline_robustness_state_fill()
274 rs->uniform_buffers = shader_info->uniformBuffers; in vk_pipeline_robustness_state_fill()
275 rs->vertex_inputs = shader_info->vertexInputs; in vk_pipeline_robustness_state_fill()
276 rs->images = shader_info->images; in vk_pipeline_robustness_state_fill()
282 rs->storage_buffers = pipeline_info->storageBuffers; in vk_pipeline_robustness_state_fill()
[all …]
Dvk_graphics_state.c528 vk_rasterization_state_init(struct vk_rasterization_state *rs, in vk_rasterization_state_init() argument
532 *rs = (struct vk_rasterization_state) { in vk_rasterization_state_init()
547 rs->rasterizer_discard_enable = rs_info->rasterizerDiscardEnable; in vk_rasterization_state_init()
560 rs->depth_clamp_enable = rs_info->depthClampEnable; in vk_rasterization_state_init()
561 rs->depth_clip_enable = rs_info->depthClampEnable ? in vk_rasterization_state_init()
566 rs->polygon_mode = rs_info->polygonMode; in vk_rasterization_state_init()
568 rs->cull_mode = rs_info->cullMode; in vk_rasterization_state_init()
569 rs->front_face = rs_info->frontFace; in vk_rasterization_state_init()
570 rs->depth_bias.enable = rs_info->depthBiasEnable; in vk_rasterization_state_init()
573 rs->depth_bias.constant = rs_info->depthBiasConstantFactor; in vk_rasterization_state_init()
[all …]
Dvk_graphics_state.h378 vk_rasterization_state_depth_clip_enable(const struct vk_rasterization_state *rs) in vk_rasterization_state_depth_clip_enable() argument
380 switch (rs->depth_clip_enable) { in vk_rasterization_state_depth_clip_enable()
383 case VK_MESA_DEPTH_CLIP_ENABLE_NOT_CLAMP: return !rs->depth_clamp_enable; in vk_rasterization_state_depth_clip_enable()
770 struct vk_rasterization_state rs; member
836 struct vk_rasterization_state rs; member
867 const struct vk_rasterization_state *rs; member
Dvk_pipeline.h87 struct vk_pipeline_robustness_state *rs,
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c1089 #define REMAP_RGB_ONE(r, rs, g, gs, b, bs, type) \ in util_format_rgb_to_bgr() argument
1090 case PIPE_FORMAT_##r##rs##g##gs##b##bs##_##type: \ in util_format_rgb_to_bgr()
1091 return PIPE_FORMAT_##b##bs##g##gs##r##rs##_##type; in util_format_rgb_to_bgr()
1093 #define REMAP_RGB(rs, gs, bs, type) \ in util_format_rgb_to_bgr() argument
1094 REMAP_RGB_ONE(R, rs, G, gs, B, bs, type) \ in util_format_rgb_to_bgr()
1095 REMAP_RGB_ONE(B, bs, G, gs, R, rs, type) \ in util_format_rgb_to_bgr()
1097 #define REMAP_RGBA_ONE(r, rs, g, gs, b, bs, a, as, type) \ in util_format_rgb_to_bgr() argument
1098 case PIPE_FORMAT_##r##rs##g##gs##b##bs##a##as##_##type: \ in util_format_rgb_to_bgr()
1099 return PIPE_FORMAT_##b##bs##g##gs##r##rs##a##as##_##type; in util_format_rgb_to_bgr()
1101 #define REMAP_ARGB_ONE(a, as, r, rs, g, gs, b, bs, type) \ in util_format_rgb_to_bgr() argument
[all …]
/hardware/interfaces/security/secretkeeper/aidl/vts/
DAndroid.bp25 srcs: ["lib.rs"],
38 srcs: ["secretkeeper_test_client.rs"],
68 srcs: ["secretkeeper_cli.rs"],
/hardware/ril/librilutils/
Drecord_stream.c65 extern void record_stream_free(RecordStream *rs) in record_stream_free() argument
67 free(rs->buffer); in record_stream_free()
68 free(rs); in record_stream_free()
/hardware/interfaces/security/secretkeeper/default/
DAndroid.bp26 "src/lib.rs",
63 "src/main.rs",
75 srcs: ["src/fuzzer.rs"],
/hardware/interfaces/security/authgraph/default/
DAndroid.bp41 srcs: ["src/lib.rs"],
63 "src/main.rs",
75 srcs: ["src/fuzzer.rs"],
/hardware/interfaces/automotive/audiocontrol/aidl/rust_impl/
DAndroid.bp21 srcs: ["src/*.rs"],
22 crate_root: "src/main.rs",
DREADME.md13 `default_audio_control_hal.rs` with the actual implementation.
/hardware/interfaces/broadcastradio/aidl/rust_impl/
DAndroid.bp21 srcs: ["src/*.rs"],
22 crate_root: "src/main.rs",
DREADME.md13 `default_broadcastradio_hal.rs` with the actual implementation
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/
DAndroid.bp21 srcs: ["src/*.rs"],
22 crate_root: "src/main.rs",
/hardware/interfaces/security/authgraph/aidl/vts/functional/
DAndroid.bp52 srcs: ["role_test.rs"],
70 srcs: ["lib.rs"],
/hardware/interfaces/security/keymint/aidl/default/
DAndroid.bp77 "main.rs",
112 srcs: ["hal/lib.rs"],
131 srcs: ["ta/lib.rs"],
/hardware/interfaces/light/aidl/default/
DAndroid.bp22 srcs: [ "main.rs" ],
/hardware/google/gfxstream/guest/mesa/
D.editorconfig42 [*.rs]
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/
DREADME.md12 `default_vehicle_hal.rs` with the actual implementation.
/hardware/interfaces/renderscript/1.0/default/
DAndroid.bp20 "frameworks/rs",
/hardware/interfaces/bluetooth/lmp_event/aidl/default/
DAndroid.bp22 srcs: [ "src/main.rs" ],
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h189 [](const std::string& ls, const aidl_type& rs) { in vectorToString()
190 return ls + (ls.empty() ? "" : ",") + toString(rs); in vectorToString()
/hardware/google/pixel/gpu_probe/
DAndroid.bp23 "main.rs",
/hardware/interfaces/uwb/aidl/default/
DAndroid.bp35 "src/service.rs",
/hardware/interfaces/renderscript/1.0/
Dtypes.hal53 // types below are same as those in frameworks/rs/rsDefines.h
199 // types below are same as those in frameworks/rs/rsInternalDefines.h

12