Home
last modified time | relevance | path

Searched defs:stage (Results 526 - 550 of 572) sorted by relevance

1...<<212223

/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc74 uint32_t pipeline_stage_to_execution_model(ast::PipelineStage stage) { in pipeline_stage_to_execution_model() argument
457 auto stage = pipeline_stage_to_execution_model(func->PipelineStage()); in GenerateEntryPoint() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp262 registerShaderModule(const DeviceInterface& vkd, const VkDevice device, Context& context, std::vector<de::SharedPtr<Move<VkShaderModule>>>& shaderModules, std::vector<VkPipelineShaderStageCreateInfo>& shaderCreateInfos, VkShaderStageFlagBits stage, const std::string& externalNamePart, const std::string& internalNamePart) registerShaderModule() argument
H A DvktRayQueryBuiltinTests.cpp224 VkShaderStageFlagBits stage; member
5773 getPipelineCheckSupport(const VkShaderStageFlagBits stage) getPipelineCheckSupport() argument
5800 getPipelineInitPrograms(const VkShaderStageFlagBits stage) getPipelineInitPrograms() argument
5878 VkShaderStageFlagBits stage; global() member
5984 const VkShaderStageFlagBits stage = pipelineStages[pipelineStageNdx].stage; createBuiltinTests() local
6068 const VkShaderStageFlagBits stage = pipelineStages[pipelineStageNdx].stage; createAdvancedTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp946 std::string vkt::subgroups::getShaderStageName (VkShaderStageFlags stage) in getShaderStageName() argument
1239 getFramebufferBufferDeclarations(const VkFormat& format, const std::vector<std::string>& declarations, const deUint32 stage) getFramebufferBufferDeclarations() argument
1377 getBufferDeclarations(vk::VkShaderStageFlags shaderStage, const std::string& formatName, const std::vector<std::string>& declarations, const deUint32 stage) getBufferDeclarations() argument
1754 areSubgroupOperationsSupportedForStage(Context& context, const VkShaderStageFlags stage) areSubgroupOperationsSupportedForStage() argument
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp312 spv::ExecutionModel TranslateExecutionModel(EShLanguage stage, bool isMeshShaderEXT = false) in TranslateExecutionModel() argument
/third_party/mbedtls/library/
H A Dpsa_crypto.c8607 convert_jpake_computation_stage_to_driver_step( psa_jpake_computation_stage_t *stage) convert_jpake_computation_stage_to_driver_step() argument
8721 psa_jpake_computation_stage_t *stage = psa_jpake_epilogue() local
[all...]
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h72 gl_shader_stage_is_compute(gl_shader_stage stage) in gl_shader_stage_is_compute() argument
78 gl_shader_stage_is_mesh(gl_shader_stage stage) in gl_shader_stage_is_mesh() argument
85 gl_shader_stage_uses_workgroup(gl_shader_stage stage) in gl_shader_stage_uses_workgroup() argument
94 gl_shader_stage_is_callable(gl_shader_stage stage) gl_shader_stage_is_callable() argument
104 gl_shader_stage_can_set_fragment_shading_rate(gl_shader_stage stage) gl_shader_stage_can_set_fragment_shading_rate() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c438 tu6_emit_xs_config(struct tu_cs *cs, gl_shader_stage stage, const struct ir3_shader_variant *xs) tu6_emit_xs_config() argument
469 tu6_emit_xs(struct tu_cs *cs, gl_shader_stage stage, const struct ir3_shader_variant *xs, const struct tu_pvtmem_config *pvtmem, uint64_t binary_iova) tu6_emit_xs() argument
1687 gl_shader_stage stage = MESA_SHADER_VERTEX; tu6_emit_program_config() local
1720 gl_shader_stage stage = MESA_SHADER_VERTEX; tu6_emit_program() local
2600 tu_hash_stage(struct mesa_sha1 *ctx, const VkPipelineShaderStageCreateInfo *stage, const struct tu_shader_key *key) tu_hash_stage() argument
2649 tu_hash_compute(unsigned char *hash, const VkPipelineShaderStageCreateInfo *stage, const struct tu_pipeline_layout *layout, const struct tu_shader_key *key, const struct ir3_compiler *compiler) tu_hash_compute() argument
2806 gl_shader_stage stage = tu_pipeline_builder_compile_shaders() local
4308 gl_shader_stage stage = exe->stage; tu_GetPipelineExecutablePropertiesKHR() local
[all...]
H A Dtu_cmd_buffer.c3334 enum tu_stage stage = TU_STAGE_CP; in vk2tu_src_stage() local
3346 enum tu_stage stage = TU_STAGE_PS; vk2tu_dst_stage() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c43 gl_shader_stage stage; member
5368 ac_handle_shader_output_decl(struct ac_llvm_context *ctx, struct ac_shader_abi *abi, struct nir_shader *nir, struct nir_variable *variable, gl_shader_stage stage) ac_handle_shader_output_decl() argument
[all...]
H A Dac_llvm_build.c394 void ac_build_s_barrier(struct ac_llvm_context *ctx, gl_shader_stage stage) in ac_build_s_barrier() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h357 gl_shader_stage_to_broadcom(gl_shader_stage stage) in gl_shader_stage_to_broadcom() argument
374 broadcom_shader_stage_to_gl(enum broadcom_shader_stage stage) in broadcom_shader_stage_to_gl() argument
393 broadcom_shader_stage_is_binning(enum broadcom_shader_stage stage) in broadcom_shader_stage_is_binning() argument
405 broadcom_shader_stage_is_render_with_binning(enum broadcom_shader_stage stage) in broadcom_shader_stage_is_render_with_binning() argument
417 broadcom_binning_shader_stage_for_render_stage(enum broadcom_shader_stage stage) broadcom_binning_shader_stage_for_render_stage() argument
430 broadcom_shader_stage_name(enum broadcom_shader_stage stage) broadcom_shader_stage_name() argument
1592 enum broadcom_shader_stage stage; global() member
1632 enum broadcom_shader_stage stage; global() member
1952 enum broadcom_shader_stage stage; global() member
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c2709 pvr_setup_descriptor_mappings( struct pvr_cmd_buffer *const cmd_buffer, enum pvr_stage_allocation stage, const struct pvr_stage_allocation_descriptor_state *descriptor_state, UNUSED const pvr_dev_addr_t *const num_worgroups_buff_addr, uint32_t *const descriptor_data_offset_out) pvr_setup_descriptor_mappings() argument
4982 pvr_CmdWriteTimestamp2KHR(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) pvr_CmdWriteTimestamp2KHR() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h145 brw_shader_stage_is_bindless(gl_shader_stage stage) in brw_shader_stage_is_bindless() argument
152 brw_shader_stage_requires_bindless_resources(gl_shader_stage stage) in brw_shader_stage_requires_bindless_resources() argument
765 gl_shader_stage stage; member
1963 brw_stage_has_packed_dispatch(ASSERTED const struct intel_device_info *devinfo, gl_shader_stage stage, const struct brw_stage_prog_data *prog_data) brw_stage_has_packed_dispatch() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c2910 gl_shader_stage stage = shaders[i]->stage; in flush_descriptor_sets() local
2949 gl_shader_stage stage in flush_descriptor_sets() local
3156 cmd_buffer_emit_push_constant(struct anv_cmd_buffer *cmd_buffer, gl_shader_stage stage, struct anv_address *buffers, unsigned buffer_count) cmd_buffer_emit_push_constant() argument
3281 gl_shader_stage stage = vk_to_mesa_shader_stage(shader_mask); cmd_buffer_emit_push_constant_all() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c4222 dzn_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) dzn_CmdWriteTimestamp2() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2195 gl_shader_stage stage = stage_from_pipe(p_stage); in iris_bind_sampler_states() local
2221 iris_upload_sampler_states(struct iris_context *ice, gl_shader_stage stage) in iris_upload_sampler_states() argument
2859 gl_shader_stage stage = stage_from_pipe(p_stage); in iris_set_shader_images() local
2978 gl_shader_stage stage = stage_from_pipe(p_stage); iris_set_sampler_views() local
3375 gl_shader_stage stage = stage_from_pipe(p_stage); iris_set_constant_buffer() local
3432 upload_sysvals(struct iris_context *ice, gl_shader_stage stage, const struct pipe_grid_info *grid) upload_sysvals() argument
3537 gl_shader_stage stage = stage_from_pipe(p_stage); iris_set_shader_buffers() local
5091 iris_populate_binding_table(struct iris_context *ice, struct iris_batch *batch, gl_shader_stage stage, bool pin_only) iris_populate_binding_table() argument
5239 pin_scratch_space(struct iris_context *ice, struct iris_batch *batch, const struct brw_stage_prog_data *prog_data, gl_shader_stage stage) pin_scratch_space() argument
5427 const int stage = MESA_SHADER_COMPUTE; iris_restore_compute_saved_bos() local
5612 setup_constant_buffers(struct iris_context *ice, struct iris_batch *batch, int stage, struct push_bos *push_bos) setup_constant_buffers() argument
5666 emit_push_constant_packets(struct iris_context *ice, struct iris_batch *batch, int stage, const struct push_bos *push_bos) emit_push_constant_packets() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h942 uint32 stage; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c1578 gl_shader_stage stage = b->shader->stage; in bi_emit_intrinsic() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2323 struct r600_pipe_shader *stage = rctx->hw_shader_stages[i].shader; in evergreen_setup_scratch_buffers() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp129 VkShaderStageFlagBits stage; member
2507 getShaderIdentifier(const CaseDef& params, VkShaderStageFlagBits stage) getShaderIdentifier() argument
2568 addBuiltInShaderSource(SourceCollections& programCollection, VkShaderStageFlagBits stage, const std::string& body, const CaseDef& params, std::string builtInType) addBuiltInShaderSource() argument
3894 VkShaderStageFlagBits stage; global() member
4355 VkShaderStageFlagBits stage; createIndirectTestCases() member
4406 VkShaderStageFlagBits stage; createIndirectFlagsTestCases() member
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp7280 glw::GLenum stage; iterate() member
8282 _shader_stage& stage; initTest() member
[all...]
H A Dgl4cShadingLanguage420PackTests.cpp127 bool Utils::doesStageSupportQualifier(Utils::SHADER_STAGES stage, Utils::VARIABLE_STORAGE storage, in doesStageSupportQualifier() argument
314 Utils::qualifierSet Utils::prepareQualifiersSet(const qualifierSet& in_qualifiers, SHADER_STAGES stage, in prepareQualifiersSet() argument
596 getShaderStageName(Utils::SHADER_STAGES stage) getShaderStageName() argument
1090 getVariableFlavour(SHADER_STAGES stage, VARIABLE_STORAGE storage, const qualifierSet& qualifiers) getVariableFlavour() argument
1153 getVariableName(SHADER_STAGES stage, VARIABLE_STORAGE storage, const glw::GLchar* variable_name) getVariableName() argument
1582 getVersionString(Utils::SHADER_STAGES stage, bool use_version_400) const getVersionString() argument
2679 prepareShaderSourceForDraw(Utils::SHADER_STAGES stage, bool use_version_400, Utils::shaderSource& source) prepareShaderSourceForDraw() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dtrampoline.c3344 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, in vkCmdWriteTimestamp2() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c9650 int dhd_bus_resume(dhd_pub_t *dhdpub, int stage) in dhd_bus_resume() argument

Completed in 155 milliseconds

1...<<212223