Home
last modified time | relevance | path

Searched defs:stage (Results 301 - 325 of 559) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.cpp107 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_scale_npp.c435 static int init_stage(NPPScaleStageContext *stage, AVBufferRef *device_ctx) in init_stage() argument
686 nppscale_deinterleave(AVFilterContext *ctx, NPPScaleStageContext *stage, AVFrame *out, AVFrame *in) nppscale_deinterleave() argument
710 nppscale_resize(AVFilterContext *ctx, NPPScaleStageContext *stage, AVFrame *out, AVFrame *in) nppscale_resize() argument
738 nppscale_interleave(AVFilterContext *ctx, NPPScaleStageContext *stage, AVFrame *out, AVFrame *in) nppscale_interleave() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp158 EShLanguage stage; member
177 EShLanguage stage; member
259 EShLanguage stage; global() member
302 EShLanguage stage; global() member
432 EShLanguage stage = ent1.stage; operator ()() local
771 getBaseBinding(EShLanguage stage, TResourceType res, unsigned int set) const getBaseBinding() argument
819 resolveSet(EShLanguage stage, TVarEntryInfo& ent) resolveSet() argument
861 resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) resolveInOutLocation() argument
901 computeTypeLocationSize(const TType& type, EShLanguage stage) computeTypeLocationSize() argument
940 resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) resolveInOutLocation() argument
1096 resolveBinding(EShLanguage stage, TVarEntryInfo& ent) resolveBinding() argument
1143 beginResolve(EShLanguage stage) beginResolve() argument
1158 beginCollect(EShLanguage stage) beginCollect() argument
1405 addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMapResolver* resolver) addStage() argument
1504 addStage(EShLanguage stage, TIntermediate& intermediate, TInfoSink& infoSink, TIoMapResolver* resolver) addStage() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dvulkan.c364 ff_vk_add_push_constant(FFVulkanPipeline *pl, int offset, int size, VkShaderStageFlagBits stage) ff_vk_add_push_constant() argument
1106 ff_vk_update_push_exec(FFVulkanContext *s, FFVkExecContext *e, VkShaderStageFlagBits stage, int offset, size_t size, void *src) ff_vk_update_push_exec() argument
/third_party/glslang/glslang/Include/
H A Dglslang_c_interface.h202 glslang_stage_t stage; member
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c170 match_mask(gl_shader_stage stage, in match_mask() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.h98 gl_shader_stage stage; member
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c601 mark_stage_as_active(struct gl_uniform_storage *uniform, unsigned stage) mark_stage_as_active() argument
763 update_uniforms_shader_info(struct gl_shader_program *prog, struct nir_link_uniforms_state *state, struct gl_uniform_storage *uniform, const struct glsl_type *type, unsigned stage) update_uniforms_shader_info() argument
899 find_and_update_named_uniform_storage(const struct gl_constants *consts, struct gl_shader_program *prog, struct nir_link_uniforms_state *state, nir_variable *var, char **name, size_t name_length, const struct glsl_type *type, unsigned stage, bool *first_element) find_and_update_named_uniform_storage() argument
1012 find_and_update_previous_uniform_storage(const struct gl_constants *consts, struct gl_shader_program *prog, struct nir_link_uniforms_state *state, nir_variable *var, char *name, const struct glsl_type *type, unsigned stage) find_and_update_previous_uniform_storage() argument
1199 nir_link_uniform(const struct gl_constants *consts, struct gl_shader_program *prog, struct gl_program *stage_program, gl_shader_stage stage, const struct glsl_type *type, unsigned index_in_parent, int location, struct nir_link_uniforms_state *state, char **name, size_t name_length, bool row_major) nir_link_uniform() argument
[all...]
H A Dglsl_to_nir.cpp202 glsl_to_nir(const struct gl_constants *consts, const struct gl_shader_program *shader_prog, gl_shader_stage stage, const nir_shader_compiler_options *options) glsl_to_nir() argument
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp75 void create_program(enum amd_gfx_level gfx_level, Stage stage, unsigned wave_size, enum radeon_family family) in create_program() argument
621 add_stage(VkShaderStageFlagBits stage, VkShaderModule module, const char *name) add_stage() argument
638 add_stage(VkShaderStageFlagBits stage, QoShaderModuleCreateInfo module, const char *name) add_stage() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c301 radv_dump_annotated_shader(struct radv_shader *shader, gl_shader_stage stage, in radv_dump_annotated_shader() argument
380 int stage = u_bit_scan(&stages); in radv_dump_annotated_shaders() local
459 int stage = u_bit_scan(&stages); in radv_dump_shaders() local
422 radv_dump_shader(struct radv_pipeline *pipeline, struct radv_shader *shader, gl_shader_stage stage, const char *dump_dir, FILE *f) radv_dump_shader() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp187 fs_generator(const struct brw_compiler *compiler, void *log_data, void *mem_ctx, struct brw_stage_prog_data *prog_data, bool runtime_check_aads_emit, gl_shader_stage stage) fs_generator() argument
H A Dbrw_nir.c119 gl_shader_stage stage = b->shader->info.stage; in remap_patch_urb_offsets() local
[all...]
H A Dbrw_vec4.cpp1846 stage_uses_interleaved_attributes(unsigned stage, in stage_uses_interleaved_attributes() argument
1866 get_lowered_simd_width(const struct intel_device_info *devinfo, enum shader_dispatch_mode dispatch_mode, unsigned stage, const vec4_instruction *inst) get_lowered_simd_width() argument
H A Dbrw_vec4_generator.cpp108 generate_tex(struct brw_codegen *p, struct brw_vue_prog_data *prog_data, gl_shader_stage stage, vec4_instruction *inst, struct brw_reg dst, struct brw_reg src, struct brw_reg surface_index, struct brw_reg sampler_index) generate_tex() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c96 gl_shader_stage stage = zs->nir->info.stage; in get_shader_module_for_stage() local
582 zink_program_get_descriptor_usage(struct zink_context *ctx, enum pipe_shader_type stage, enu argument
618 zink_program_descriptor_is_buffer(struct zink_context *ctx, enum pipe_shader_type stage, enum zink_descriptor_type type, unsigned i) zink_program_descriptor_is_buffer() argument
930 bind_stage(struct zink_context *ctx, enum pipe_shader_type stage, struct zink_shader *shader) bind_stage() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c642 pvr_pds_descriptor_program_create_and_upload( struct pvr_device *const device, const VkAllocationCallbacks *const allocator, const struct rogue_compile_time_consts_data *const compile_time_consts_data, const struct rogue_ubo_data *const ubo_data, const struct pvr_explicit_constant_usage *const explicit_const_usage, const struct pvr_pipeline_layout *const layout, enum pvr_stage_allocation stage, struct pvr_stage_allocation_descriptor_state *const descriptor_state) pvr_pds_descriptor_program_create_and_upload() argument
[all...]
H A Dpvr_descriptor_set.c1082 pvr_get_descriptor_primary_offset( const struct pvr_device *device, const struct pvr_descriptor_set_layout *layout, const struct pvr_descriptor_set_layout_binding *binding, const uint32_t stage, const uint32_t desc_idx) pvr_get_descriptor_primary_offset() argument
1107 pvr_get_descriptor_secondary_offset( const struct pvr_device *device, const struct pvr_descriptor_set_layout *layout, const struct pvr_descriptor_set_layout_binding *binding, const uint32_t stage, const uint32_t desc_idx) pvr_get_descriptor_secondary_offset() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c71 si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, struct ac_shader_config *conf, struct ac_llvm_compiler *compiler, struct ac_llvm_context *ac, struct util_debug_callback *debug, gl_shader_stage stage, const char *name, bool less_optimized) si_compile_llvm() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_cmd_buffer.c281 set_dirty_for_bind_map(struct anv_cmd_buffer *cmd_buffer, gl_shader_stage stage, const struct anv_pipeline_bind_map *map) set_dirty_for_bind_map() argument
[all...]
H A DgenX_query.c1281 CmdWriteTimestamp2( VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) CmdWriteTimestamp2() argument
H A DgenX_pipeline.c1477 get_scratch_address(struct anv_pipeline *pipeline, gl_shader_stage stage, const struct anv_shader_bin *bin) get_scratch_address() argument
1496 get_scratch_surf(struct anv_pipeline *pipeline, gl_shader_stage stage, const struct anv_shader_bin *bin) get_scratch_surf() argument
/third_party/mesa3d/src/mesa/main/
H A Dshader_query.cpp1259 is_resource_referenced(struct gl_shader_program *shProg, struct gl_program_resource *res, GLuint index, uint8_t stage) is_resource_referenced() argument
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_decoder.cpp839 enum aub_decode_stage stage; global() member
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c123 gl_shader_stage stage = vk_to_mesa_shader_stage(stages[i].stage); in panvk_pipeline_builder_compile_shaders() local
239 panvk_pipeline_builder_init_sysvals(struct panvk_pipeline_builder *builder, struct panvk_pipeline *pipeline, gl_shader_stage stage) panvk_pipeline_builder_init_sysvals() argument
745 panvk_pipeline_update_varying_slot(struct panvk_varyings_info *varyings, gl_shader_stage stage, const struct pan_shader_varying *varying, bool input) panvk_pipeline_update_varying_slot() argument
[all...]

Completed in 40 milliseconds

1...<<11121314151617181920>>...23