Home
last modified time | relevance | path

Searched defs:stage (Results 551 - 575 of 687) sorted by relevance

1...<<2122232425262728

/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.h373 enum arm_smmu_domain_stage stage; member
/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c602 static int16_t gain_dequantization(int index, int max_in, int stage) in gain_dequantization() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdec.c1207 a3xx_get_state_type(uint32_t *dwords, gl_shader_stage *stage, in a3xx_get_state_type() argument
1213 gl_shader_stage stage; in a3xx_get_state_type() member
1255 gl_shader_stage stage; in _get_state_type() member
1328 a4xx_get_state_type(uint32_t *dwords, gl_shader_stage *stage, in a4xx_get_state_type() argument
1251 _get_state_type(unsigned state_block_id, unsigned state_type, gl_shader_stage *stage, enum state_t *state) _get_state_type() argument
1338 a6xx_get_state_type(uint32_t *dwords, gl_shader_stage *stage, enum state_t *state, enum state_src_t *src) a6xx_get_state_type() argument
1425 gl_shader_stage stage; cp_load_state() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c367 gl_shader_stage stage; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c58 get_nir_options_for_stage(struct radv_physical_device *device, gl_shader_stage stage) in get_nir_options_for_stage() argument
671 radv_shader_spirv_to_nir(struct radv_device *device, const struct radv_pipeline_stage *stage, const struct radv_pipeline_key *key) radv_shader_spirv_to_nir() argument
1159 radv_lower_io_to_mem(struct radv_device *device, struct radv_pipeline_stage *stage, const struct radv_pipeline_key *pl_key) radv_lower_io_to_mem() argument
1625 radv_should_use_wgp_mode(const struct radv_device *device, gl_shader_stage stage, const struct radv_shader_info *info) radv_should_use_wgp_mode() argument
1644 radv_postprocess_config(const struct radv_device *device, const struct ac_shader_config *config_in, const struct radv_shader_info *info, gl_shader_stage stage, const struct radv_shader_args *args, struct ac_shader_config *config_out) radv_postprocess_config() argument
2138 radv_aco_build_shader_binary(void **bin, gl_shader_stage stage, bool is_gs_copy_shader, const struct ac_shader_config *config, const char *llvm_ir_str, unsigned llvm_ir_size, const char *disasm_str, unsigned disasm_size, uint32_t *statistics, uint32_t stats_size, uint32_t exec_size, const uint32_t *code, uint32_t code_dw) radv_aco_build_shader_binary() argument
2196 shader_compile(struct radv_device *device, struct nir_shader *const *shaders, int shader_count, gl_shader_stage stage, struct radv_shader_info *info, const struct radv_shader_args *args, struct radv_nir_compiler_options *options, bool gs_copy_shader, bool trap_handler_shader, bool keep_shader_info, bool keep_statistic_info, struct radv_shader_binary **binary_out) global() argument
2276 gl_shader_stage stage = shaders[shader_count - 1]->info.stage; global() local
2297 gl_shader_stage stage = MESA_SHADER_VERTEX; global() local
2605 radv_get_shader_name(const struct radv_shader_info *info, gl_shader_stage stage) global() argument
2642 radv_get_max_waves(const struct radv_device *device, struct radv_shader *shader, gl_shader_stage stage) global() argument
2740 radv_dump_shader_stats(struct radv_device *device, struct radv_pipeline *pipeline, gl_shader_stage stage, FILE *output) global() argument
[all...]
H A Dradv_nir_to_llvm.c51 gl_shader_stage stage; member
129 get_llvm_calling_convention(LLVMValueRef func, gl_shader_stage stage) in get_llvm_calling_convention() argument
155 is_pre_gs_stage(gl_shader_stage stage) in is_pre_gs_stage() argument
161 create_function(struct radv_shader_context *ctx, gl_shader_stage stage, bool has_previous_stage) in create_function() argument
553 scan_shader_output_decl(struct radv_shader_context *ctx, struct nir_variable *variable, struct nir_shader *shader, gl_shader_stage stage) scan_shader_output_decl() argument
1559 ac_compile_llvm_module(struct ac_llvm_compiler *ac_llvm, LLVMModuleRef llvm_module, struct radv_shader_binary **rbinary, gl_shader_stage stage, const char *name, const struct radv_nir_compiler_options *options) ac_compile_llvm_module() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c199 nir_shader_create(void *mem_ctx, gl_shader_stage stage, const nir_shader_compiler_options *options, shader_info *si) nir_shader_create() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c434 shader_module_compile_to_nir(struct v3dv_device *device, struct v3dv_pipeline_stage *stage) shader_module_compile_to_nir() argument
1593 v3dv_shader_variant_create(struct v3dv_device *device, enum broadcom_shader_stage stage, struct v3d_prog_data *prog_data, uint32_t prog_data_size, uint32_t assembly_offset, uint64_t *qpu_insts, uint32_t qpu_insts_size, VkResult *out_vk_result) v3dv_shader_variant_create() argument
2365 gl_shader_stage stage = vk_to_mesa_shader_stage(sinfo->stage); pipeline_compile_graphics() local
3154 gl_shader_stage stage = vk_to_mesa_shader_stage(sinfo->stage); pipeline_compile_compute() local
3357 pipeline_get_nir(struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage) pipeline_get_nir() argument
3393 pipeline_get_prog_data(struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage) pipeline_get_prog_data() argument
3402 pipeline_get_qpu(struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage, uint32_t *qpu_size) pipeline_get_qpu() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2205 vc4_shader_ntq(struct vc4_context *vc4, enum qstage stage, in vc4_shader_ntq() argument
2560 vc4_get_compiled_shader(struct vc4_context *vc4, enum qstage stage, struct vc4_key *key) vc4_get_compiled_shader() argument
[all...]
H A Dvc4_qir.h465 enum qstage stage; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c1837 struct r600_pipe_shader *stage = rctx->hw_shader_stages[i].shader; in r600_setup_scratch_buffers() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c1207 gl_shader_stage stage = in brw_blorp_build_nir_shader() local
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c105 gl_shader_stage stage; member
1344 const int stage = u_bit_scan(&programs_in_use); link_program() local
1940 construct_name(const gl_shader_stage stage, const char *sha, const char *source, const char *path) construct_name() argument
1956 _mesa_dump_shader_source(const gl_shader_stage stage, const char *source, const uint8_t sha1[SHA1_DIGEST_LENGTH]) _mesa_dump_shader_source() argument
1995 _mesa_read_shader_source(const gl_shader_stage stage, const char *source, const uint8_t sha1[SHA1_DIGEST_LENGTH]) _mesa_read_shader_source() argument
2605 _mesa_use_program(struct gl_context *ctx, gl_shader_stage stage, struct gl_shader_program *shProg, struct gl_program *prog, struct gl_pipeline_object *shTarget) _mesa_use_program() argument
2816 gl_shader_stage stage; _mesa_GetSubroutineUniformLocation() local
2846 gl_shader_stage stage; _mesa_GetSubroutineIndex() local
2881 gl_shader_stage stage; _mesa_GetActiveSubroutineUniformiv() local
2967 gl_shader_stage stage; _mesa_GetActiveSubroutineUniformName() local
3001 gl_shader_stage stage; _mesa_GetActiveSubroutineName() local
3029 gl_shader_stage stage; _mesa_UniformSubroutinesuiv() local
3104 gl_shader_stage stage; _mesa_GetUniformSubroutineuiv() local
3135 gl_shader_stage stage; _mesa_GetProgramStageiv() local
3800 _mesa_shader_write_subroutine_indices(struct gl_context *ctx, gl_shader_stage stage) _mesa_shader_write_subroutine_indices() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp819 const vk::VkPipelineStageFlags stage = vk::VK_PIPELINE_STAGE_ALL_COMMANDS_BIT; in submitEmptyWait() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp143 bool isRayTracingStageKHR (const Stage stage) in isRayTracingStageKHR() argument
167 bool isMeshStage (Stage stage) in isMeshStage() argument
172 bool isVertexPipelineStage (Stage stage) in isVertexPipelineStage() argument
178 getShaderStageFlag(const Stage stage) getShaderStageFlag() argument
193 getAllShaderStagesFor(Stage stage) getAllShaderStagesFor() argument
211 getAllPipelineStagesFor(Stage stage) getAllPipelineStagesFor() argument
229 usesAccelerationStructure(const Stage stage) usesAccelerationStructure() argument
271 Stage stage; global() member
1412 appendShaderStageCreateInfo(std::vector<VkPipelineShaderStageCreateInfo>& vec, VkShaderModule module, VkShaderStageFlagBits stage) appendShaderStageCreateInfo() argument
[all...]
H A DvktBindingDescriptorUpdateASTests.cpp98 VkShaderStageFlagBits stage; member
2356 getPipelineRayQueryCheckSupport(const VkShaderStageFlagBits stage) getPipelineRayQueryCheckSupport() argument
2383 getPipelineRayTracingCheckSupport(const VkShaderStageFlagBits stage) getPipelineRayTracingCheckSupport() argument
2390 getPipelineRayQueryInitPrograms(const VkShaderStageFlagBits stage) getPipelineRayQueryInitPrograms() argument
2417 getPipelineRayTracingInitPrograms(const VkShaderStageFlagBits stage) getPipelineRayTracingInitPrograms() argument
2468 VkShaderStageFlagBits stage; createDescriptorUpdateASTests() member
2502 const VkShaderStageFlagBits stage = pipelineStages[pipelineStageNdx].stage; createDescriptorUpdateASTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTestsEXT.cpp68 std::ostream& operator<< (std::ostream& stream, Stage stage) in operator <<() argument
83 bool isShaderStage (Stage stage) in isShaderStage() argument
88 VkPipelineStageFlags stageToFlags (Stage stage) in stageToFlags() argument
247 canWriteTo(Stage stage, ResourceType resType) canWriteTo() argument
263 canReadFrom(Stage stage, ResourceType resType) canReadFrom() argument
1098 const auto& stage = mandatoryStages.at(pipelineIdx); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp2196 PointDefaultSizeTestInstance::PointDefaultSizeTestInstance (Context& context, deUint32 renderSize, VkShaderStageFlags stage) in PointDefaultSizeTestInstance() argument
2299 PointDefaultSizeTestCase(tcu::TestContext& context, std::string name, deUint32 renderSize, VkShaderStageFlags stage, VkSampleCountFlagBits sampleCount) PointDefaultSizeTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp447 const EntryToStage& stage = *shaderNdx; in createPipelineShaderStages() local
4707 getStageData(vk::VkShaderStageFlagBits stage) getStageData() argument
4723 createTestForStage(vk::VkShaderStageFlagBits stage, const std::string& name, const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& testCodeFragments, const SpecConstants& specConstants, const PushConstants& pushConstants, const GraphicsResources& resources, const GraphicsInterfaces& interfaces, const vector<string>& extensions, VulkanFeatures vulkanFeatures, tcu::TestCaseGroup* tests, const qpTestResult failResult, const string& failMessageTemplate, const bool renderFullSquare, const bool splitRenderArea) createTestForStage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp808 const vk::VkPipelineStageFlags stage = vk::VK_PIPELINE_STAGE_ALL_COMMANDS_BIT; in submitEmptyWait() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp143 bool isRayTracingStageKHR (const Stage stage) in isRayTracingStageKHR() argument
167 bool isMeshStage (Stage stage) in isMeshStage() argument
172 bool isVertexPipelineStage (Stage stage) in isVertexPipelineStage() argument
178 getShaderStageFlag(const Stage stage) getShaderStageFlag() argument
193 getAllShaderStagesFor(Stage stage) getAllShaderStagesFor() argument
211 getAllPipelineStagesFor(Stage stage) getAllPipelineStagesFor() argument
229 usesAccelerationStructure(const Stage stage) usesAccelerationStructure() argument
271 Stage stage; global() member
1412 appendShaderStageCreateInfo(std::vector<VkPipelineShaderStageCreateInfo>& vec, VkShaderModule module, VkShaderStageFlagBits stage) appendShaderStageCreateInfo() argument
[all...]
H A DvktBindingDescriptorUpdateASTests.cpp98 VkShaderStageFlagBits stage; member
2356 getPipelineRayQueryCheckSupport(const VkShaderStageFlagBits stage) getPipelineRayQueryCheckSupport() argument
2383 getPipelineRayTracingCheckSupport(const VkShaderStageFlagBits stage) getPipelineRayTracingCheckSupport() argument
2390 getPipelineRayQueryInitPrograms(const VkShaderStageFlagBits stage) getPipelineRayQueryInitPrograms() argument
2417 getPipelineRayTracingInitPrograms(const VkShaderStageFlagBits stage) getPipelineRayTracingInitPrograms() argument
2465 VkShaderStageFlagBits stage; createDescriptorUpdateASTests() member
2499 const VkShaderStageFlagBits stage = pipelineStages[pipelineStageNdx].stage; createDescriptorUpdateASTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTestsEXT.cpp68 std::ostream& operator<< (std::ostream& stream, Stage stage) in operator <<() argument
83 bool isShaderStage (Stage stage) in isShaderStage() argument
88 VkPipelineStageFlags stageToFlags (Stage stage) in stageToFlags() argument
247 canWriteTo(Stage stage, ResourceType resType) canWriteTo() argument
263 canReadFrom(Stage stage, ResourceType resType) canReadFrom() argument
1098 const auto& stage = mandatoryStages.at(pipelineIdx); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp2151 void PipelineLibraryShaderModuleInfoInstance::addModule (const std::string& moduleName, VkShaderStageFlagBits stage) in addModule() argument
2229 const auto stage in iterate() local
2280 const auto stage = VK_SHADER_STAGE_RAYGEN_BIT_KHR; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp123 VkShaderStageFlagBits stage; member
2448 VkShaderStageFlagBits stage; global() member
[all...]

Completed in 106 milliseconds

1...<<2122232425262728